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 5679c47a92..6bea827a35 100644 --- a/Userland/Libraries/LibJS/Bytecode/Instruction.h +++ b/Userland/Libraries/LibJS/Bytecode/Instruction.h @@ -26,6 +26,7 @@ O(AbstractEquals) \ O(TypedInequals) \ O(TypedEquals) \ + O(NewBigInt) \ O(NewString) \ O(NewObject) \ O(GetVariable) \ |