mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
LibJS/Bytecode: Generate bytecode for deleting super properties
This commit is contained in:
parent
0d50e5eeee
commit
23daf5097b
5 changed files with 97 additions and 0 deletions
|
@ -27,7 +27,9 @@
|
|||
O(CreateVariable) \
|
||||
O(Decrement) \
|
||||
O(DeleteById) \
|
||||
O(DeleteByIdWithThis) \
|
||||
O(DeleteByValue) \
|
||||
O(DeleteByValueWithThis) \
|
||||
O(DeleteVariable) \
|
||||
O(Div) \
|
||||
O(EnterUnwindContext) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue