ladybird/Tests/LibJS/Runtime/builtins/JSON
Andreas Kling b81269e78b Libraries: Clean up UTF-16 source text paths
Store parser errors, source range filenames, source code filenames,
module source, and Rust parser errors as UTF-16 where they flow back
into JavaScript-visible strings. Keep byte-oriented source buffers
byte-backed.

Remove temporary PrimitiveString, ByteString, and UTF-8 detours from
JSON, RegExp, module debug logging, print formatting, and tests.
2026-06-22 19:51:25 +02:00
..
JSON.@@toStringTag.js LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
JSON.isRawJSON.js LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
JSON.parse-reviver.js Libraries: Clean up UTF-16 source text paths 2026-06-22 19:51:25 +02:00
JSON.parse.js Libraries: Clean up UTF-16 source text paths 2026-06-22 19:51:25 +02:00
JSON.rawJSON.js LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
JSON.stringify-exception-in-property-getter.js LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
JSON.stringify-order.js LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
JSON.stringify-proxy.js LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
JSON.stringify-replacer.js LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
JSON.stringify-space.js LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
JSON.stringify.js Libraries: Use UTF-16 for JS-visible runtime strings 2026-06-22 19:51:25 +02:00