https://codereview.chromium.org/201643003/diff/20001/include/v8-util.h#newcode42
include/v8-util.h:42: typedef uintptr_t PersistentContainerValue;
This definition is a bit random... I guess it should go into
PersistentValueMap,
since it really describes the implementation between PersistentValueMap and
the
MapTraits?

first, you'll need it for PersistentValueVector
second, it would then be an unreachable definition, since you'd need to use it like PersistentValueMap<K, V, T>::PersistentContainerValue in the definition of
T, which C++ dislikes.


https://codereview.chromium.org/201643003/

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