Closed
Bug 1696046
Opened 5 years ago
Closed 5 years ago
Clean up use of JS_ExtensibleLexicalEnvironment in JS::ExecuteInJSMEnvironment
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
Details
Attachments
(1 file)
From a review comment in https://phabricator.services.mozilla.com/D106520.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jorendorff
Status: NEW → ASSIGNED
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a656dcf28494
Factor out implementation of JS_ExtensibleLexicalEnvironment to a non-API static method with a more specific return type. r=mgaudet
Comment 3•5 years ago
•
|
||
Backed out with bug 1688055 because of a conflict.
https://bugzilla.mozilla.org/show_bug.cgi?id=1688055#c9
Backout by abutkovits@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bad7f5a4b1f1
Backed out 8 changesets (bug 1696046, bug 1688055) for Spidermonkey failures. CLOSED TREE
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/79846f36d8bc
Factor out implementation of JS_ExtensibleLexicalEnvironment to a non-API static method with a more specific return type. r=mgaudet
![]() |
Assignee | |
Updated•5 years ago
|
Priority: -- → P1
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•