DescriptionMap/Set: Implement constructor parameter handling
When an iterable object is passed in as the argument to the Map and Set
constructor the elements of the iterable object are used to populate the
Map and Set.
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-map-iterable
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-set-iterable
BUG=v8:3398
LOG=Y
R=rossberg@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=21950
Patch Set 1 #Patch Set 2 : #Patch Set 3 : Added test where set/add is replaced during set/add #
Total comments: 11
Patch Set 4 : Code review updates #Patch Set 5 : fix typo #Patch Set 6 : ascii art #
Created: 6 years, 6 months ago
Messages
Total messages: 14 (0 generated)
|