1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS

24 new passes on test262. :^)
This commit is contained in:
Andreas Kling 2023-06-25 08:50:07 +02:00
parent 4032bfc2fc
commit 8021048bc9
4 changed files with 30 additions and 0 deletions

View file

@ -92,6 +92,7 @@
O(SuperCall) \
O(Throw) \
O(ThrowIfNotObject) \
O(ThrowIfNullish) \
O(ToNumeric) \
O(Typeof) \
O(TypeofVariable) \