LibJS/Bytecode: Add support for new.target

This commit is contained in:
Luke Wilde
2022-03-19 19:40:21 +00:00
committed by Andreas Kling
parent fd235d8a06
commit eac5534ce4
Notes: sideshowbarker 2024-07-17 17:06:00 +09:00
5 changed files with 46 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
O(GetById) \
O(GetByValue) \
O(GetIterator) \
O(GetNewTarget) \
O(GetObjectPropertyIterator) \
O(GetVariable) \
O(GreaterThan) \