Home
last modified time | relevance | path

Searched refs:IsCurrent (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h614 bool IsCurrent() const;
/third_party/node/deps/v8/include/
H A Dv8-isolate.h605 bool IsCurrent() const;
/third_party/node/deps/v8/src/execution/
H A Disolate.h637 bool IsCurrent() const { return this == TryGetCurrent(); } in IsCurrent() function in v8::internal::final
/third_party/node/deps/v8/src/api/
H A Dapi.cc8601 bool Isolate::IsCurrent() const { in IsCurrent() function in v8::OneByteMask::__anon13987::MapAsArrayKind::Isolate
8602 return reinterpret_cast<const i::Isolate*>(this)->IsCurrent(); in IsCurrent()

Completed in 36 milliseconds