Closed
Bug 1659996
Opened 5 years ago
Closed 5 years ago
Remove unused hasArrayHoleOrSpread in ListNode (in ParseNode.h)
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
81 Branch
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: nribaudo1, Assigned: nribaudo1)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36
Steps to reproduce:
While working on https://phabricator.services.mozilla.com/D87586 I noticed that the hasArrayHoleOrSpread flag is set but it's never used.
| Assignee | ||
Comment 1•5 years ago
|
||
The searchfox search results, for reference: https://searchfox.org/mozilla-central/search?q=hasArrayHoleOrSpread&path=&case=false®exp=false
| Assignee | ||
Updated•5 years ago
|
Type: defect → task
| Assignee | ||
Comment 2•5 years ago
|
||
While working on https://phabricator.services.mozilla.com/D87586 I noticed that the hasArrayHoleOrSpread flag is set but it's never used.
Searchfox: https://searchfox.org/mozilla-central/search?q=hasArrayHoleOrSpread&path=&case=false®exp=false
Updated•5 years ago
|
Assignee: nobody → nribaudo1
Pushed by abutkovits@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b693fc65527
Remove unused hasArrayHoleOrSpread in ListNode (in ParseNode.h) r=arai
Comment 4•5 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•