Searched refs:Unlocker (Results 1 – 4 of 4) sorted by relevance
94 class V8_EXPORT Unlocker {99 V8_INLINE explicit Unlocker(Isolate* isolate) { Initialize(isolate); } in Unlocker() function101 ~Unlocker();
16 using v8::Unlocker;35 Unlocker unlocker(parent_isolate); in RunInSeparateIsolate()
79 void Unlocker::Initialize(v8::Isolate* isolate) { in Initialize()87 Unlocker::~Unlocker() { in ~Unlocker()
2885 * Similar changes have been made to `Locker` and `Unlocker`.