1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 12:05:07 +00:00
serenity/Libraries/LibJS/Tests/builtins/JSON
Linus Groh c0e4353bde LibJS: Handle getter exception in JSONObject::serialize_json_property()
In the case of an exception in a property getter function we would not
return early, and a subsequent attempt to call the replacer function
would crash the interpreter due to call_internal() asserting.

Fixes #3548.
2020-09-19 14:17:22 +02:00
..
JSON.@@toStringTag.js LibJS: Implement Symbol.toStringTag 2020-07-11 23:13:29 +02:00
JSON.parse-reviver.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
JSON.parse.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
JSON.stringify-exception-in-property-getter.js LibJS: Handle getter exception in JSONObject::serialize_json_property() 2020-09-19 14:17:22 +02:00
JSON.stringify-order.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
JSON.stringify-proxy.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
JSON.stringify-replacer.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
JSON.stringify-space.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
JSON.stringify.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00