Closed
Bug 380565
Opened 18 years ago
Closed 18 years ago
Meaningless exception when assigning to a property of an undefined property of this
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 353116
People
(Reporter: neil, Unassigned)
Details
(Keywords: regression)
({ test: function() { this.foo.bar = null; }}).test()
Expected result:
Error: this.foo has no properties
Actual result:
Error: undefined has no properties
Additional information:
({}).foo.bar = null; throws
Error: ({}).foo has no properties
Updated•18 years ago
|
Flags: blocking1.9?
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•