Closed
Bug 1845640
Opened 2 years ago
Closed 2 years ago
Add API to convert JS::FrontendContext error to runtime error
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
118 Branch
| Tracking | Status | |
|---|---|---|
| firefox118 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(2 files)
In order to propagate the off-thread compilation error to main thread, we need an API.
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D184663
Updated•2 years ago
|
Attachment #9345937 -
Attachment description: Bug 1845640 - Add API to convert JS::FrontendContext error to runtime error. r?bthrall! → Bug 1845640 - Part 1: Add API to convert JS::FrontendContext error to runtime error. r?bthrall!
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D184664
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/40260656f629
Part 1: Add API to convert JS::FrontendContext error to runtime error. r=bthrall
https://hg.mozilla.org/integration/autoland/rev/8ecadc92a76c
Part 2: Add JS::ReadOnlyCompileOptions parameter to error/warning related JS::FrontendContext APIs. r=bthrall
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/40260656f629
https://hg.mozilla.org/mozilla-central/rev/8ecadc92a76c
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•