1
Fork 0
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:
Hendiadyoin1 2022-08-30 18:03:02 +02:00 committed by Linus Groh
parent 25be67299e
commit 21ae882cfd
5 changed files with 130 additions and 2 deletions

View file

@ -80,6 +80,7 @@
O(StrictlyEquals) \
O(StrictlyInequals) \
O(Sub) \
O(SuperCall) \
O(Throw) \
O(Typeof) \
O(TypeofVariable) \