LibJS/Bytecode: Remove the PushDeclarativeEnvironment instruction

This commit is contained in:
Simon Wanner 2023-11-02 22:30:22 +01:00 committed by Andreas Kling
commit dd466ec83a
Notes: sideshowbarker 2024-07-17 01:13:25 +09:00
3 changed files with 0 additions and 39 deletions

View file

@ -89,7 +89,6 @@
O(NewString) \
O(NewTypeError) \
O(Not) \
O(PushDeclarativeEnvironment) \
O(PutById) \
O(PutByIdWithThis) \
O(PutByValue) \