Thanks!
http://codereview.chromium.org/6982059/diff/4/include/v8.h File include/v8.h (right): http://codereview.chromium.org/6982059/diff/4/include/v8.h#newcode3262 include/v8.h:3262: v8::internal::Isolate* isolate_; On 2011/06/07 14:58:26, Vyacheslav Egorov wrote:
I think it's the first time when we actually use value of type v8::internal::Isolate* in the v8.h.
Maybe we should use void* instead?
We already use it in a few places. It doesn't really expose much since it's just a pointer. http://codereview.chromium.org/6982059/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
