mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
LibJS/Bytecode: Implement initial support for super member expressions
This commit is contained in:
parent
00493687f2
commit
b15128c45b
5 changed files with 137 additions and 31 deletions
|
@ -76,6 +76,7 @@
|
|||
O(PutById) \
|
||||
O(PutByValue) \
|
||||
O(ResolveThisBinding) \
|
||||
O(ResolveSuperBase) \
|
||||
O(Return) \
|
||||
O(RightShift) \
|
||||
O(ScheduleJump) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue