summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Bytecode/Instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Bytecode/Instruction.h')
-rw-r--r--Userland/Libraries/LibJS/Bytecode/Instruction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Bytecode/Instruction.h b/Userland/Libraries/LibJS/Bytecode/Instruction.h
index ac0e8de028..e3ca74d91d 100644
--- a/Userland/Libraries/LibJS/Bytecode/Instruction.h
+++ b/Userland/Libraries/LibJS/Bytecode/Instruction.h
@@ -40,6 +40,7 @@
O(Jump) \
O(JumpConditional) \
O(JumpNullish) \
+ O(JumpUndefined) \
O(Call) \
O(NewFunction) \
O(Return) \