Update ImmutableScriptFlags flag comments
Categories
(Core :: JavaScript Engine, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(5 files)
The comments need some more cleanup as we are getting closer to done our changes there.
| Assignee | ||
Comment 1•6 years ago
|
||
Reorder and renumber the flags. All flag comments are entirely unchanged.
Follow-up patches will update those comments.
| Assignee | ||
Comment 2•6 years ago
|
||
Update flag comments for "input" flags. These flags are not determined by the
source text generally come from CompileOptions instead. They are preserved on
scripts and stencils to know if bytecode can be reused.
Depends on D72164
| Assignee | ||
Comment 3•6 years ago
|
||
These flags are derived by the parser and are set for all scripts
(top-level/function, lazy/non-lazy).
Depends on D72165
| Assignee | ||
Comment 4•6 years ago
|
||
These flags are derived by the parser but are only defined for functions.
Depends on D72166
| Assignee | ||
Comment 5•6 years ago
|
||
Depends on D72167
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a2173b0343d5
https://hg.mozilla.org/mozilla-central/rev/683f2f34cf6a
https://hg.mozilla.org/mozilla-central/rev/f952b59a59c3
https://hg.mozilla.org/mozilla-central/rev/071e17eed06e
https://hg.mozilla.org/mozilla-central/rev/40f5ad8a9e96
Description
•