summaryrefslogtreecommitdiffstats
path: root/js/src/tests/ecma_6/Array
Commit message (Collapse)AuthorAgeLines
* Implement array.flat and array.flatMapwolfbeast2019-05-19-0/+2
| | | | | | Self-hosted implementation that adds both functions and adds them to @@unscopables as specced in ES2019. Resolves #1095
* Revert "Enable Array.prototype.values"wolfbeast2018-03-28-9/+11
| | | | This reverts commit 424ed1b165e50f2e71c082c0c70fcda2a2764d18.
* Enable Array.prototype.valueswolfbeast2018-03-27-11/+9
| | | | This resolves #85
* Close iterator after error in Array.fromjanekptacijarabaci2018-03-15-0/+183
| | | | Issue #17
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2021