Home
last modified time | relevance | path

Searched refs:IsCurrent (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-isolate.h605 bool IsCurrent() const;
/third_party/node/deps/v8/src/execution/
Disolate.h637 bool IsCurrent() const { return this == TryGetCurrent(); } in IsCurrent() function
/third_party/node/deps/v8/src/api/
Dapi.cc8582 bool Isolate::IsCurrent() const { in IsCurrent() function in v8::Isolate
8583 return reinterpret_cast<const i::Isolate*>(this)->IsCurrent(); in IsCurrent()