DescriptionES6: Implement WeakMap and WeakSet constructor logic
Now that iterators are enabled by default we need to correctly
handle the parameter for WeakMap and WeakSet. If provided then the
argument is iterated over to add entries to the WeakMap and WeakSet.
BUG=v8:3399
LOG=Y
R=adamk@chromium.org, rossberg@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=22999
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (0 generated)
|