Closed
Bug 1084133
Opened 10 years ago
Closed 10 years ago
Public API: CheckDefineProperty excludes many legal property definition invocations.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1124934
People
(Reporter: efaust, Unassigned)
Details
ES6 has very specific rules for what defineProperty invocations are acceptable on non-configurable properties. CheckDefineProperty() outlaws everything except toggling [[Writable]]. This is incorrect.
Comment 1•10 years ago
|
||
And it's gone :)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•