Closed
Bug 1600162
Opened 6 years ago
Closed 6 years ago
Initialize skipped lazy function FunctionBoxes in the same manner as regular Lazy Function FunctionBoxes
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The FunctionBox allocated as part of skipLazyInnerFunction
never calls initFromLazyFunction
, meaning it's partially initialized compared to the FunctionBox
allocated in standaloneLazyFunction
Assignee | ||
Comment 1•6 years ago
|
||
Depends on D55197
Updated•6 years ago
|
Assignee: nobody → mgaudet
Updated•6 years ago
|
Priority: -- → P1
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3172ca551377
Initialize skipped lazy function funbox in the same manner as regular lazy function funboxen r=tcampbell
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•