Hello,
Is there a way to lock/unlock an isolate besides using the Locker and
Unlocker classes? My use case is a conditional auto-unlocker object,
that may or may not unlock v8, depending on a global setting, so I
cannot inherit from Unlocker, nor include it statically in my object.
My only option is to have an Unlocker* member that conditionally gets
constructed, but this is somewhat inefficient because this involves a
heap allocation/deallocation.
Thanks in advance
Alex

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to