summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/Array.js
Commit message (Collapse)AuthorAgeLines
* Implement array.flat and array.flatMapwolfbeast2019-05-19-0/+108
| | | | | | Self-hosted implementation that adds both functions and adds them to @@unscopables as specced in ES2019. Resolves #1095
* Change inlining of intrinsics.wolfbeast2018-06-07-6/+7
|
* Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals.wolfbeast2018-05-04-8/+0
|
* Bug 1147371: Convert self-hosted code that need to call IteratorClose to use ↵janekptacijarabaci2018-03-24-34/+12
| | | | | | for-of Issue #74
* Close iterator after error in Array.fromjanekptacijarabaci2018-03-15-14/+32
| | | | Issue #17
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1149