In v8.h there is:

  V8_INLINE static Handle<T> New(Isolate* isolate, const Persistent<T>& 
that) {
    return New(isolate, that.val_);
  }

However there's not a counterpart for copyable persistent handle, so 
there's no direct way to construct local handle from that. Is it possible 
to change it to make that handle construction available?

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