Description[proxies] Support proxies in JSON.parse and JSON.stringify.
This CL tries to correctly support the following:
- stringifying a proxy,
- stringifying with a proxy as replacer (callable or arraylike),
- stringifying with a replacer that returns a proxy,
- parsing with a callable proxy as reviver,
- parsing with a reviver that inserts proxies into the object,
- and whatever else you can imagine.
This also fixes some bugs observable without proxies.
BUG=v8:3139, v8:1543
LOG=n
Committed: https://crrev.com/1596b015ff1ac5df72637e8423ab1467a137c8c6
Cr-Commit-Position: refs/heads/master@{#32843}
Patch Set 1 #Patch Set 2 : Blacklist ignition tests. #Patch Set 3 : Try that again. #Patch Set 4 : Rebase #Patch Set 5 : Rebase #
Messages
Total messages: 13 (8 generated)
|