Closed
Bug 1632286
Opened 6 years ago
Closed 6 years ago
Make ImmutableFlags::NonSyntacticScope an Input Flag
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: caroline, Assigned: caroline)
References
Details
Attachments
(1 file)
Right now, nonSyntacticScope is a CompileOption, but ImmutableFlag::HasNonSyntacticScope is being set in the BCE. We would like to set this flag when we create the SharedContext, making it an input flag.
Comment 1•6 years ago
|
||
Note: I'm updating the ordering a comments in Bug 1632273 based on this landing. As a result, please don't renumber the flag in this bug to avoid merge conflicts :)
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by ccullen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b1766549aa1d
Make ImmutableFlags::HasNonSyntacticScope an input flag. r=tcampbell
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•