Closed
Bug 1846380
Opened 1 year ago
Closed 1 year 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•1 year ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year 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•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•