Zachary D. Rowitsch
0c21feb090
ci / fast (linux) (push) Failing after 11m14s
Implement JSON.stringify and JSON.parse with full spec compliance
...
Add the JSON global object with both methods following the sentinel
NativeFunction + interpreter interception pattern. The implementation
includes a dedicated recursive descent JSON parser (strict spec: no
trailing commas, no single quotes, no hex/octal, surrogate pair support),
JSON.stringify with replacer function/array, space indentation, toJSON,
boxed primitive unwrapping, and circular reference detection via ptr_eq.
Safety: depth-limited to 512 levels for both parse and stringify to
prevent stack overflow from malicious input. Space string truncation
uses char boundaries to avoid panics on multi-byte UTF-8.
138 unit tests, 2 conformance tests (js262).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 17:00:47 -05:00
..
2026-02-21 20:42:01 -05:00
2026-02-23 23:36:02 -05:00
2026-02-23 23:36:02 -05:00
2026-02-23 23:36:02 -05:00
2026-02-23 23:36:02 -05:00
2026-02-21 20:42:01 -05:00
2026-02-23 23:36:02 -05:00
2026-02-21 20:42:01 -05:00
2026-02-23 23:36:02 -05:00
2026-02-20 17:02:23 -05:00
2026-02-23 23:36:02 -05:00
2026-02-21 20:42:01 -05:00
2026-02-23 23:36:02 -05:00
2026-02-23 23:36:02 -05:00
2026-02-23 23:36:02 -05:00
2026-02-21 20:42:01 -05:00
2026-02-23 23:36:02 -05:00
2026-02-23 23:36:02 -05:00
2026-02-21 22:12:47 -05:00
2026-02-21 22:12:47 -05:00
2026-02-22 19:13:12 -05:00
2026-02-21 22:12:47 -05:00
2026-02-21 22:12:47 -05:00
2026-02-21 22:12:47 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 19:13:12 -05:00
2026-02-22 11:18:11 -05:00
2026-02-22 11:18:11 -05:00
2026-02-22 11:18:11 -05:00
2026-02-22 11:18:11 -05:00
2026-02-22 11:18:11 -05:00
2026-02-22 11:18:11 -05:00
2026-02-22 19:13:12 -05:00
2026-02-22 11:18:11 -05:00
2026-02-22 11:18:11 -05:00
2026-02-22 11:18:11 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 22:56:14 -05:00
2026-02-22 22:56:14 -05:00
2026-02-22 13:34:52 -05:00
2026-02-22 13:34:52 -05:00
2026-02-22 13:34:52 -05:00
2026-02-22 13:34:52 -05:00
2026-02-22 13:34:52 -05:00
2026-02-22 13:34:52 -05:00
2026-02-22 13:34:52 -05:00
2026-02-22 13:34:52 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 17:44:31 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 19:13:12 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-23 23:36:06 -05:00
2026-02-23 23:36:06 -05:00
2026-02-23 23:36:06 -05:00
2026-02-23 23:36:06 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 10:03:44 -05:00
2026-02-23 18:11:19 -05:00
2026-02-22 10:03:44 -05:00
2026-02-22 10:03:44 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 17:44:31 -05:00
2026-02-21 17:44:31 -05:00
2026-02-21 17:44:31 -05:00
2026-02-21 17:44:31 -05:00
2026-02-21 17:44:31 -05:00
2026-02-22 10:03:44 -05:00
2026-02-22 10:03:44 -05:00
2026-02-22 10:03:44 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 15:49:07 -05:00
2026-02-23 18:11:19 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 22:56:14 -05:00
2026-02-22 22:56:14 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-26 17:00:47 -05:00
2026-02-26 17:00:47 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-23 18:11:19 -05:00
2026-02-23 18:11:19 -05:00
2026-02-23 18:11:19 -05:00
2026-02-23 18:11:19 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 10:31:33 -05:00
2026-02-21 10:31:33 -05:00
2026-02-21 15:49:07 -05:00
2026-02-21 10:31:33 -05:00
2026-02-23 18:11:19 -05:00
2026-02-22 21:18:08 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-23 18:11:19 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 11:52:56 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 11:52:56 -05:00
2026-02-22 11:52:56 -05:00
2026-02-22 11:52:56 -05:00
2026-02-22 11:52:56 -05:00
2026-02-22 11:52:56 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 15:49:07 -05:00
2026-02-21 15:49:07 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 14:27:53 -05:00
2026-02-22 09:24:35 -05:00
2026-02-22 09:24:35 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 09:24:35 -05:00
2026-02-21 12:54:47 -05:00
2026-02-21 12:54:47 -05:00
2026-02-21 12:54:47 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 12:54:47 -05:00
2026-02-21 09:18:59 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 21:18:08 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 09:18:59 -05:00
2026-02-21 09:18:59 -05:00
2026-02-21 09:18:59 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 19:13:12 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-20 17:02:23 -05:00
2026-02-22 22:56:14 -05:00
2026-02-20 17:02:23 -05:00
2026-02-21 17:44:31 -05:00
2026-02-21 17:44:31 -05:00
2026-02-22 21:18:08 -05:00
2026-02-22 21:18:08 -05:00
2026-02-22 21:18:08 -05:00