Bug 248031 - [JSC] Implement JSON.parse source text access proposal
Summary: [JSC] Implement JSON.parse source text access proposal
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-17 04:54 PST by Mathias Bynens
Modified: 2024-03-24 12:42 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Bynens 2022-11-17 04:54:16 PST
Stage 3 proposal: https://github.com/tc39/proposal-json-parse-with-source
Comment 1 Radar WebKit Bug Importer 2022-11-24 04:55:14 PST
<rdar://problem/102646189>
Comment 2 Yusuke Suzuki 2022-11-30 22:50:00 PST
Raised critical issue, which causes Assertion crash right now, according to the spec.
https://github.com/tc39/proposal-json-parse-with-source/issues/39#issue-1470774426
Comment 3 Yusuke Suzuki 2022-12-01 17:01:45 PST
Pull request: https://github.com/WebKit/WebKit/pull/7057