Home
last modified time | relevance | path

Searched refs:TryGetCurrent (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dthread-id.cc21 ThreadId ThreadId::TryGetCurrent() { in TryGetCurrent() function in v8::internal::ThreadId
H A Dthread-id.h29 static ThreadId TryGetCurrent();
H A Disolate.h624 V8_INLINE static Isolate* TryGetCurrent() { in TryGetCurrent() function in v8::internal::final
632 Isolate* isolate = TryGetCurrent(); in Current()
637 bool IsCurrent() const { return this == TryGetCurrent(); } in IsCurrent()
H A Disolate.cc490 ThreadId thread_id = ThreadId::TryGetCurrent(); in DiscardPerThreadDataForThisThread()
/third_party/node/src/
H A Dnode_errors.cc509 Isolate* isolate = Isolate::TryGetCurrent(); in OnFatalError()
534 Isolate* isolate = Isolate::TryGetCurrent(); in OOMErrorHandler()
H A Dutil.cc145 auto isolate = Isolate::TryGetCurrent(); in LowMemoryNotification()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h609 static Isolate* TryGetCurrent();
/third_party/node/deps/v8/include/
H A Dv8-isolate.h600 static Isolate* TryGetCurrent();
/third_party/node/deps/v8/src/api/
H A Dapi.cc219 isolate = Isolate::TryGetCurrent(); in FatalProcessOutOfMemory()
312 i::Isolate* isolate = i::Isolate::TryGetCurrent(); in ReportApiFailure()
8596 Isolate* Isolate::TryGetCurrent() { in TryGetCurrent() function in v8::OneByteMask::__anon13987::MapAsArrayKind::Isolate
8597 i::Isolate* isolate = i::Isolate::TryGetCurrent(); in TryGetCurrent()

Completed in 41 milliseconds