1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 07:45:06 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Symbol
Daniel Bertalan d165590809 LibJS/Bytecode: Do not coerce the receiver to Object for internal_set
This makes the behavior of `Symbol` correct in strict mode, wherein if
the receiver is a symbol primitive, assigning new properties should
throw a TypeError.
2023-07-02 22:08:48 +01:00
..
Symbol.for.js
Symbol.js LibJS/Bytecode: Do not coerce the receiver to Object for internal_set 2023-07-02 22:08:48 +01:00
Symbol.keyFor.js LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 2021-09-25 17:51:30 +02:00
Symbol.prototype.@@toPrimitive.js
Symbol.prototype.@@toStringTag.js
Symbol.prototype.toString.js
Symbol.prototype.valueOf.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
well-known-symbol-existence.js LibJS: Add Symbol.dispose 2023-01-23 09:56:50 +00:00