[v8-users] Calling method on Persistent

Thu, 30 Aug 2018 22:08:16 -0700

I've upgraded from a slightly older version of V8.

I can no longer do this with a Persistent<Object>

*obj->SetInternalField(0, External::New(pIsolate, xxxx));*

*error C2039: 'SetInternalField': is not a member of 
'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'*
*1>        with*
*1>        [*
*1>            T=v8::Object*
*1>        ]*

Seems the -> operator is no longer available on persistent?

How can I accomplish this with newest V8?

Thanks!
Mike

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to