It seems that recent changes to Persistent have broken a simple use case.
This example no longer compiles since Persistent is no longer derived from
Handle.
What am I missing??
Persistent<Context> ctx;
Context::Scope context_scope(ctx); <-- won't compile.
cannot convert parameter 1 from 'v8::Persistent<T>' to 'v8::Handle<T>'
with
[
T=v8::Context
]
No user-defined-conversion operator available that can perform this
conversion, or the operator cannot be called
--
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups
"v8-users" 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.