Reviewers: rossberg, wingo,

Message:
Feedback wanted.

This implements Array.prototype.{values,keys,entries}

It currently depends on Symbol for the private state. Is there an alternative here to not have this dependency? It seems silly to have to implement the array
iterator in C++ to work around that.

Description:
Array iterator methods

WIP

BUG=v8:2722

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

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

Affected files:
  A src/array-iterator.js
  M src/bootstrapper.cc
  A test/mjsunit/harmony/array-iterator.js
  M tools/gyp/v8.gyp


--
--
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/groups/opt_out.


Reply via email to