Closed
Bug 1622281
Opened 5 years ago
Closed 5 years ago
Remove ParseContext::isStandaloneFunctionBody_
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(3 files)
Also change an AddDeclaredNamePtr
to DeclaredNamePtr
and fix a comment.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D66774
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D66775
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dca8f30792c8
Part 1: Remove unused field isStandaloneFunctionBody. r=mgaudet
https://hg.mozilla.org/integration/autoland/rev/0e31c93e4859
Part 2: Replace a lookupDeclaredNameForAdd with plain lookupDeclaredName. r=mgaudet
https://hg.mozilla.org/integration/autoland/rev/e22a21645cbf
Part 3: Update a function name in a comment. r=mgaudet
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dca8f30792c8
https://hg.mozilla.org/mozilla-central/rev/0e31c93e4859
https://hg.mozilla.org/mozilla-central/rev/e22a21645cbf
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•