Closed
Bug 1857536
Opened 1 year ago
Closed 10 months ago
Remove CompilationStorage type
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: bthrall, Assigned: bthrall)
References
Details
Attachments
(1 file)
Since bug 1845584, there is no need for CompilationStorage
to be part of the compilation API; it is only used as an out parameter, but there are no other API functions that use it.
Assignee | ||
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → bthrall
Status: NEW → ASSIGNED
Pushed by bthrall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c2a820ee1aae
Remove unneeded struct CompilationStorage r=arai
Comment 3•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•