Closed
Bug 566601
Opened 15 years ago
Closed 8 years ago
Request for "use strict" JSOPTION_
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 736792
People
(Reporter: wes, Unassigned)
Details
There is currently no way in JSAPI to request strict mode code without modifying the input script.
Adding a JSOPTION_STRICT_MODE_CODE option, which makes the byte code compiler behave as though the first statement of every compilation were "use strict" would be really handy.
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•