Lines Matching refs:Locker
40 // Track whether this V8 instance has ever called v8::Locker. This allows the
42 bool Locker::active_ = false;
45 // Once the Locker is initialized, the current thread will be guaranteed to have
47 void Locker::Initialize(v8::Isolate* isolate) {
52 // Record that the Locker has been used at least once.
61 // initialize here, before anyone can call ~Locker() or Unlocker().
68 // This may be a locker within an unlocker in which case we have to
86 bool Locker::IsLocked(v8::Isolate* isolate) {
93 bool Locker::IsActive() {
98 Locker::~Locker() {