Closed
Bug 1846380
Opened 2 years ago
Closed 2 years ago
Use JS::FrontendContext in ChromeUtils.compileScript
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
This is the last consumer of the off-thread compilation API.
if (!JS::CompileToStencilOffThread(aCx, mOptions, srcBuf,
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Attachment #9346734 -
Attachment description: WIP: Bug 1846380 - Use JS::FrontendContext in ChromeUtils.compileScript. r?nbp! → Bug 1846380 - Use JS::FrontendContext in ChromeUtils.compileScript. r?nbp!
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/939cbd968670
Use JS::FrontendContext in ChromeUtils.compileScript. r=nbp
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•