Closed
Bug 1064000
Opened 10 years ago
Closed 8 years ago
Make ES6 array methods use ToLength
Categories
(Core :: JavaScript: Standard Library, defect)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
DUPLICATE
of bug 924058
People
(Reporter: 446240525, Unassigned)
References
Details
Including:
Array.prototype.fill()
Array.prototype.findIndex()
Array.prototype.find()
%ArrayIteratorPrototype%.next()
Unlike ES3 and ES5 Array methods, we can make sure these changes won't break the web.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•