Status: New
Owner: ----
New issue 2955 by [email protected]: Construct local handle from copyable
persistent handle?
http://code.google.com/p/v8/issues/detail?id=2955
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?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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.