Closed
Bug 710294
Opened 13 years ago
Closed 13 years ago
Deleting a reference returns true in the browser
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: evilpie, Unassigned)
Details
>var x;
>assertEq(delete x, false);
We fail about 9 test262 tests because of this, but I am pretty sure we didn't fail this back in summer.
Comment 1•13 years ago
|
||
WFM in Nightly 26 Jan--could you recheck?
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•