1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +00:00

LibJS/JIT: Compile the JumpUndefined instruction

This commit is contained in:
Simon Wanner 2023-10-30 00:39:58 +01:00 committed by Andreas Kling
parent a16082c6a5
commit fd059d4e4a
2 changed files with 18 additions and 0 deletions

View file

@ -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) \