Closed
Bug 1627047
Opened 5 years ago
Closed 5 years ago
Remove uses of FunctionBox::function() in ParseContext
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Updated•5 years ago
|
Summary: Determine if `this` binding is required without JSFunction in ParseContext → Remove uses of FunctionBox::function() in ParseContext
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D69436
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D69437
Updated•5 years ago
|
Priority: -- → P1
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/44cd69be9c8d
Initialize FunctionBox from lazy function by absorbing flags r=caroline
https://hg.mozilla.org/integration/autoland/rev/a5dbb15d598d
Use FunctionBox to answer if we have thisBinding r=caroline
https://hg.mozilla.org/integration/autoland/rev/a930692de996
Use FunctionBox to declare arguments object r=caroline
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/44cd69be9c8d
https://hg.mozilla.org/mozilla-central/rev/a5dbb15d598d
https://hg.mozilla.org/mozilla-central/rev/a930692de996
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•