Closed
Bug 618319
Opened 14 years ago
Closed 13 years ago
JM does not throw ReferenceError with options("strict")
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jandem, Assigned: dvander)
References
Details
---
options("strict");
[].x >>= 10;
---
Throws in interpreter, but not in JM:
test.js:2: strict warning: reference to undefined property "x"
Updated•14 years ago
|
Assignee | ||
Updated•14 years ago
|
Assignee: general → dvander
Status: NEW → ASSIGNED
>options("strict");
>[].x >>= 10;
This doesn't throw in the interpreter for me.
WFM
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•