Reviewers: dcarney,

Message:
First implementation of PersistentValueVector.

Q: This vector is rather simple and provides only the functionality that the
current [vV]ector<UnsafePersistent> need. In particular it doesn't bother with weak references or iterators, find, etc., since all the current call sites need
are Append/somehow-get-all-values/Clear. One could certainly build a better
vector if we'd find that useful... Please let me know what you think.

Description:
Implement PersistentValueVector, analogous to PersistentValueMap.

BUG=

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

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

Affected files (+164, -0 lines):
  M include/v8.h
  M include/v8-util.h
  M test/cctest/test-api.cc


--
--
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