Implement JSON.rawJSON and JSON.isRawJSON functions
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: bthrall, Assigned: bthrall)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
Implement the JSON.rawJSON() and JSON.isRawJSON() functions, protected behind the shell option that enables the JSON.parse with source proposal.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Comment 2•10 months ago
|
||
The function IsJSONWhitespace()
also appears in JSONParser.cpp, but at this
point it doesn't seem worth the effort of deduplicating it.
Assignee | ||
Comment 3•10 months ago
|
||
Updated•10 months ago
|
Updated•10 months ago
|
Updated•10 months ago
|
Assignee | ||
Comment 4•9 months ago
|
||
It should only be available (via a pref) in Nightly, now.
Skip the non262 test in browser reftests because that's what other tests that
require setting a preference do. We should enable it when we remove the
preference.
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Comment 6•9 months ago
|
||
Backed out for causing build bustages at GCHashTable.h.
Backout link: https://hg.mozilla.org/integration/autoland/rev/9e5ae590250a9fb06dc656cf77179c2531ee328d
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=c82ea4f23c921fea9bcd2cd7f2361e0831710f25
Failure log: https://treeherder.mozilla.org/logviewer?job_id=451516709&repo=autoland&lineNumber=32887
Comment 8•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/50d4cdecac19
https://hg.mozilla.org/mozilla-central/rev/b0f251a4bb8f
https://hg.mozilla.org/mozilla-central/rev/07a8dbfb23ae
https://hg.mozilla.org/mozilla-central/rev/82c125858029
Description
•