1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 06:14:58 +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 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 2021-09-25 17:51:30 +02:00
Symbol.prototype.@@toPrimitive.js LibJS: Implement String.prototype[@@toPrimitive]() 2021-06-06 19:34:43 +02:00
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 LibJS: Add Symbol.dispose 2023-01-23 09:56:50 +00:00