Closed
Bug 1594516
Opened 6 years ago
Closed 6 years ago
Use baseScript() in lieu of nonLazyScript() where possible
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(6 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Depends on D52071
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D52072
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mgaudet
| Assignee | ||
Comment 4•6 years ago
|
||
(Marking as leave-open just to give myself a little time to look for some more)
Keywords: leave-open
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/473da6de8cd2
Use baseScript() instead of nonLazyScript() for needsHomeObject r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/ce0622a48edc
Use baseScript() for accessing funHasExtensibleScope r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/57e32412ad90
Use baseScript() for argumentsHasVarBinding() r=tcampbell
Comment 6•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 7•6 years ago
|
||
| Assignee | ||
Comment 8•6 years ago
|
||
This flag is actually set inside of initFromFunctionBox, and doesn't need a setter
Depends on D52222
| Assignee | ||
Comment 9•6 years ago
|
||
Depends on D52223
Comment 10•6 years ago
|
||
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ee5b5cbfc6dd
Use baseScript() for setIsDefaultClassConstructor r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/cb1d6ff78a03
Use baseScript() for hasMappedArgsObject, and remove unused setter r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/15b3172e3743
Use baseScript to access isDerivedClassConstructor r=tcampbell
Comment 11•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 12•6 years ago
|
||
Gonna close this one for now; Others if found can go under a new bug.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•