Closed
Bug 483974
Opened 16 years ago
Closed 16 years ago
ecma_3/Object/8.6.1-01.js FAIL - setting read only property should warn in strict mode
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bc, Unassigned)
References
Details
(Keywords: regression, testcase, verified1.9.1)
In strict mode, setting a read-only property should generate a warning: Throw if STRICT and WERROR is enabled reason: Expected value 's.length is read-only', Actual value ''
tm and mc
regressed by bug 483103, http://hg.mozilla.org/tracemonkey/rev/196d83a0bb84
Flags: in-testsuite+
| Reporter | ||
Comment 1•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•