Closed
Bug 1643013
Opened 4 years ago
Closed 4 years ago
Add eager Iterator Helper methods
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: avandolder, Assigned: avandolder)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The Iterator Helpers proposal defines 6 eager methods that need to be implemented on to %Iterator.prototype%
: reduce
, toArray
, forEach
, some
, every
, and find
.
Assignee | ||
Comment 1•4 years ago
|
||
Implements the 6 eager methods onto %Iterator.prototype%:
reduce
, toArray
, forEach
, some
, every
, and find
,
as well as adding corresponding unit tests.
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/32d9a307ba08
Add eager Iterator Helper methods. r=jorendorff
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•