HomeSort by relevance Sort by last modified time
    Searched refs:isolate_key_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
isolate.h 479 base::Thread::GetExistingThreadLocal(isolate_key_));
484 // Like Current, but skips the check that |isolate_key_| was initialized.
489 base::Thread::GetThreadLocal(isolate_key_));
529 return isolate_key_;
    [all...]
isolate.cc 111 base::Thread::LocalStorageKey Isolate::isolate_key_; member in class:v8::internal::Isolate
174 isolate_key_ = base::Thread::CreateThreadLocalKey();
    [all...]

Completed in 55 milliseconds