Closed
Bug 1619011
Opened 5 years ago
Closed 5 years ago
Organize ImmutableScriptFlags into categories of initialization.
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: caroline, Assigned: caroline)
References
Details
Attachments
(1 file)
In ImmutableScriptFlags there are flags that belong to three (maybe four) different categories of initialization, those initialized during request, parse, and emission. Organizing these flags based on where they are expected to be initialized throughout the frontend is helpful for creating assertions on the flags.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → ccullen
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by apavel@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8af4e88f6378 Reorder immutable flags into categories. r=tcampbell
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•