mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
LibJS: Implement bytecode ops for logical expressions
This commit is contained in:
parent
216d27d4c1
commit
6da587b59b
5 changed files with 83 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
O(Jump) \
|
||||
O(JumpIfFalse) \
|
||||
O(JumpIfTrue) \
|
||||
O(JumpIfNullish) \
|
||||
O(Call) \
|
||||
O(EnterScope) \
|
||||
O(Return) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue