Closed
Bug 743423
Opened 14 years ago
Closed 13 years ago
"strict warning: NaN is read-only" is missing with -a -m
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
options('strict'); evalcx('lazy').eval("NaN |= 2;");
./js strict warning: NaN is read-only
./js -a -m (no warning)
Comment 1•13 years ago
|
||
autoBisect shows this is probably related to the following changeset:
The first good revision is:
changeset: 117329:0ce29ce2ea7c
user: Jeff Walden
date: Wed Dec 19 19:32:34 2012 -0500
summary: Bug 824217 - Remove some easy-to-remove tests of JSRESOLVE_ASSIGNING. r=bz
Waldo, is this a possible fix?
Flags: needinfo?(jwalden+bmo)
Comment 2•13 years ago
|
||
As in the other bug, if comment 1 was asking if that bug fixed this, I'm pretty sure it did.
Flags: needinfo?(jwalden+bmo)
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•