v8::Locker::IsActive() is just telling you that a v8::Locker has been used before *somewhere* in your program, not necessarily in your thread or for your current Isolate. This means: IsActive is basically useless, and I consider it to be on death row for deprecation/removal. Apart from that API oddity, the assertion says: If you use a Locker somewhere in your process, you have to use it everywhere, so use it in thread B, too.
-- -- 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.
