On Mon, Jul 17, 2017 at 3:15 AM, Jane Chen <[email protected]> wrote: > Ben, > > Can PersistentBase::Reset() be called from a different thread from which the > isolate is attached to? Is PersistentBase::Reset() thread-safe? > > Jane
No, it's not; almost nothing in V8 is. Create a v8::Locker instance first to ensure mutual exclusion. -- -- 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/d/optout.
