ladybird/Userland/Libraries/LibJS/Tests/builtins/JSON
Idan Horowitz 223472c57f LibJS: Dont try to serialize symbol-keyed properties
As per the specification: "All Symbol-keyed properties will be
completely ignored, even when using the replacer function."
2021-04-16 19:22:29 +02:00
..
JSON.@@toStringTag.js
JSON.parse-reviver.js
JSON.parse.js
JSON.stringify-exception-in-property-getter.js
JSON.stringify-order.js
JSON.stringify-proxy.js
JSON.stringify-replacer.js
JSON.stringify-space.js
JSON.stringify.js