mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
LibJS: Implement SuperCall for the Bytecode-VM
This commit is contained in:
parent
25be67299e
commit
21ae882cfd
5 changed files with 130 additions and 2 deletions
|
@ -80,6 +80,7 @@
|
|||
O(StrictlyEquals) \
|
||||
O(StrictlyInequals) \
|
||||
O(Sub) \
|
||||
O(SuperCall) \
|
||||
O(Throw) \
|
||||
O(Typeof) \
|
||||
O(TypeofVariable) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue