1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 03:47:36 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Symbol
Simon Wanner eaf8c2e398 LibJS: Improve error messages for primitive strict mode property access
Using ErrorType::ReferencePrimitiveSetProperty the errors for primitives
now look like "Cannot set property 'foo' of number '123'".

The strict-mode-errors test has been adjusted and re-enabled.
2023-11-05 18:44:48 +01:00
..
Symbol.for.js
Symbol.js LibJS: Improve error messages for primitive strict mode property access 2023-11-05 18:44:48 +01:00
Symbol.keyFor.js
Symbol.prototype.@@toPrimitive.js
Symbol.prototype.@@toStringTag.js
Symbol.prototype.toString.js
Symbol.prototype.valueOf.js LibJS: Uncomment passing tests 2023-08-08 15:09:53 +02:00
well-known-symbol-existence.js