DescriptionES6: Implement WeakSet
WeakSets work similar to ordinary Sets but the value (which must be an
object) is held weakly.
This is implemented using a WeakMap internally.
This is available under --harmony-collections
BUG=v8:2785
Patch Set 1 #Patch Set 2 : #
Total comments: 11
Patch Set 3 : Fix enumerable and expand tests #
Messages
Total messages: 9 (0 generated)
|