DescriptionThis adds the following array iterator methods:
Array.prototype.values
Array.prototype.keys
Array.prototype.entries
These all return an Array Iterator object which has a next
method.
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-15.4.5
BUG=v8:2722
Patch Set 1 #
Total comments: 6
Patch Set 2 : Code review feedback #Patch Set 3 : Add for-of tests #Patch Set 4 : Use %CreateSymbol instead #
Messages
Total messages: 9 (0 generated)
|