[Webkit-unassigned] [Bug 163446] New: JSON.parse should not modify non-configurable properties.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 14 09:05:15 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163446
Bug ID: 163446
Summary: JSON.parse should not modify non-configurable
properties.
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
In response to a reviver function's result, JSON.parse modifies an object property using the CreateDataProperty spec function. CreateDataProperty is specified to fail if the property is non-configurable. Hence, JSON.parse should not modify non-configurable properties.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161014/b63a2df7/attachment-0001.html>
More information about the webkit-unassigned
mailing list