[Webkit-unassigned] [Bug 75231] New: Fail to throw in strict mode on assign to read only static properties
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 26 16:27:43 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=75231
Summary: Fail to throw in strict mode on assign to read only
static properties
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
Attempting to put to a readonly property should throw in strict mode, but we fail to do so for properties in static tables (e.g. values on Number, RegExp constructors). and static values in symbol tables of the variable objects (e.g. the global object's "undefined" property).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list