DescriptionES6: Adding support for size to Set and Map
Section 15.14.5.10 and 15.16.5.7 in the October 26, 2012 ES6 draft,
http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts
This adds a getter for "size" to Set.prototype and Map.prototype which reflects
the number of elements in the Set and Map respectively.
BUG=v8:2395
Committed: https://code.google.com/p/v8/source/detail?r=12875
Patch Set 1 #Patch Set 2 : #
Total comments: 12
Patch Set 3 : Code review feedback #
Total comments: 1
Patch Set 4 : #
Messages
Total messages: 6 (0 generated)
|