Searched defs:Locker (Results 1 – 3 of 3) sorted by relevance
38 Locker(T& lockable) : m_lockable(lockable) { m_lockable.lock(); } in Locker() function
47 Locker::Locker(v8::Isolate* isolate) in Locker() function in v8::Locker
5425 V8_INLINE explicit Locker(Isolate* isolate) { Initialize(isolate); } in Locker() function