mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
LibJS/Bytecode: Support in
binary operator for private fields
11 new passes on test262. :^)
This commit is contained in:
parent
e4b6c402cb
commit
e87d84f883
4 changed files with 44 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
O(GetVariable) \
|
||||
O(GreaterThan) \
|
||||
O(GreaterThanEquals) \
|
||||
O(HasPrivateId) \
|
||||
O(ImportCall) \
|
||||
O(In) \
|
||||
O(Increment) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue