mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
LibJS/JIT: Compile the JumpUndefined instruction
This commit is contained in:
parent
a16082c6a5
commit
fd059d4e4a
2 changed files with 18 additions and 0 deletions
|
@ -74,6 +74,7 @@ private:
|
|||
O(Jump, jump) \
|
||||
O(JumpConditional, jump_conditional) \
|
||||
O(JumpNullish, jump_nullish) \
|
||||
O(JumpUndefined, jump_undefined) \
|
||||
O(Increment, increment) \
|
||||
O(Decrement, decrement) \
|
||||
O(EnterUnwindContext, enter_unwind_context) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue