ladybird/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
Symbol.keyFor.js
Symbol.prototype.@@toPrimitive.js
Symbol.prototype.@@toStringTag.js
Symbol.prototype.toString.js
Symbol.prototype.valueOf.js
well-known-symbol-existence.js