mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 14:15:07 +00:00
![]() The current implementation of step 2a sort of manually implemented GetV with a ToObject + Get combo. But in the call to Get, the receiver wasn't the correct object. So when invoking toJSON, the receiver was an Object type rather than a BigInt. This also adds spec comments to SerializeJSONProperty. |
||
---|---|---|
.. | ||
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 |