ladybird/Libraries/LibJS/Tests/builtins/Symbol
Nico Weber ebd510ef5e LibJS: Allow conversion from Symbol to String via explicit String() call
https://tc39.es/ecma262/#sec-string-constructor-string-value has an
explicit special case for Symbols allowing this:

    If NewTarget is undefined and Type(value) is Symbol,
    return SymbolDescriptiveString(value).
2020-08-22 10:52:40 +02:00
..
Symbol.for.js LibJS: Uncomment remaining symbol tests 2020-07-09 23:29:28 +02:00
Symbol.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Symbol.keyFor.js LibJS: Uncomment remaining symbol tests 2020-07-09 23:29:28 +02:00
Symbol.prototype.@@toStringTag.js LibJS: Implement Symbol.toStringTag 2020-07-11 23:13:29 +02:00
Symbol.prototype.toString.js LibJS: Allow conversion from Symbol to String via explicit String() call 2020-08-22 10:52:40 +02:00
Symbol.prototype.valueOf.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
well-known-symbol-existence.js LibJS: Add test for well-known symbols 2020-07-09 23:29:28 +02:00