Closed
Bug 1533420
Opened 6 years ago
Closed 6 years ago
Remove JSScript::ExplicitUseStrict flag
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(1 file)
This flag is unused so lets just remove it and reduce the number of things to think about in JSScript. I'll leave it in SharedContext since it is there for asserts.
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dbf02da1d1bf
Remove JSScript::ExplicitUseStrict flag. r=jandem
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•