diff options
Diffstat (limited to 'Userland/Libraries/LibJS/Bytecode/Instruction.h')
-rw-r--r-- | Userland/Libraries/LibJS/Bytecode/Instruction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Bytecode/Instruction.h b/Userland/Libraries/LibJS/Bytecode/Instruction.h index 19a80e5aa9..901b291139 100644 --- a/Userland/Libraries/LibJS/Bytecode/Instruction.h +++ b/Userland/Libraries/LibJS/Bytecode/Instruction.h @@ -58,6 +58,7 @@ O(Increment) \ O(Decrement) \ O(Throw) \ + O(PushLexicalEnvironment) \ O(EnterUnwindContext) \ O(LeaveUnwindContext) \ O(ContinuePendingUnwind) |