summaryrefslogtreecommitdiff
path: root/lib/internal/iterator.js
Commit message (Expand)AuthorAgeFilesLines
* Make iterator more prone to JIT optimizationsiterator-jitGraeme Yeates2016-07-211-22/+29
* Remove redundant "use strict" directive as ES2015 modules are implicitly in s...John-David Dalton2016-05-311-2/+0
* ensure map returns an array when an iterable is passedAlexander Early2016-03-231-5/+3
* Remove iterator index (Map).Ilya Shatokhin2016-03-221-3/+1
* Add support for ES2015 iteratorsIlya Shatokhin2016-03-221-0/+40