diff options
Diffstat (limited to 'Userland/Libraries/LibJS/Bytecode/Instruction.h')
-rw-r--r-- | Userland/Libraries/LibJS/Bytecode/Instruction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Bytecode/Instruction.h b/Userland/Libraries/LibJS/Bytecode/Instruction.h index 901b291139..b3a622898f 100644 --- a/Userland/Libraries/LibJS/Bytecode/Instruction.h +++ b/Userland/Libraries/LibJS/Bytecode/Instruction.h @@ -61,7 +61,8 @@ O(PushLexicalEnvironment) \ O(EnterUnwindContext) \ O(LeaveUnwindContext) \ - O(ContinuePendingUnwind) + O(ContinuePendingUnwind) \ + O(Yield) namespace JS::Bytecode { |