Closed
Bug 1652728
Opened 4 years ago
Closed 4 years ago
Remove FunctionBox::function() accessor
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(1 file)
The FunctionBox::function()
accessor is now only used at the end of the StandaloneFunctionCompiler and can rely directly on stencil instead of the frontend AST.
Updated•4 years ago
|
Severity: -- → N/A
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/86fd0b29b675
Remove FunctionBox::function() accessor. r=arai
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•