Closed
Bug 1637299
Opened 6 years ago
Closed 6 years ago
Add CompilationInfo::initFromLazy
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(1 file)
As we remove uses of FunctionBox::function(), we should add the current lazy to the CompilationInfo instead. Rename initFromSourceObject to initFromLazy.
| Assignee | ||
Comment 1•6 years ago
|
||
This removes another use of FunctionBox::function() from inside the
frontend.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c85bb333a5b6
Add CompilationInfo::initFromLazy. r=mgaudet
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•