Reviewers: rossberg, adamk,

Message:
PTAL


Description:
ES6: 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

Please review this at https://codereview.chromium.org/448013005/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+228, -146 lines):
  M src/collection.js
  M src/v8natives.js
  M src/weak_collection.js
  M test/mjsunit/es6/collections.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to