1
Fork 0
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:
Luke Wilde 2023-05-15 18:45:16 +01:00 committed by Andreas Kling
parent 00493687f2
commit b15128c45b
5 changed files with 137 additions and 31 deletions

View file

@ -76,6 +76,7 @@
O(PutById) \
O(PutByValue) \
O(ResolveThisBinding) \
O(ResolveSuperBase) \
O(Return) \
O(RightShift) \
O(ScheduleJump) \