Closed
Bug 1745351
Opened 4 years ago
Closed 4 years ago
Remove JS::StencilCanLazilyParse
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
97 Branch
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Now instantiation uses JS::InstantiateOptions, and CompilationStencil.canLazilyParse field is always used.
The embedding doesn't have to think about it, and we no longer need JS::StencilCanLazilyParse.
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D133463
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/28a4d1c5ff8a
Remove JS::StencilCanLazilyParse. r=nbp
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•