mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
LibJS: Basic bytecode support for computed member expressions
Expressions like foo[1 + 2] now work, and you can assign to them as well! :^)
This commit is contained in:
parent
b47246ec70
commit
9ee5029bc5
4 changed files with 75 additions and 3 deletions
|
@ -35,6 +35,8 @@
|
|||
O(SetVariable) \
|
||||
O(PutById) \
|
||||
O(GetById) \
|
||||
O(PutByValue) \
|
||||
O(GetByValue) \
|
||||
O(Jump) \
|
||||
O(JumpConditional) \
|
||||
O(JumpNullish) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue