Home
last modified time | relevance | path

Searched refs:IsPromiseStackEmpty (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.cc2635 if (!IsPromiseStackEmpty()) { in ThrowInternal()
2641 bool Isolate::IsPromiseStackEmpty() const { in ThrowInternal() function in v8::internal::Isolate
2718 if (IsPromiseStackEmpty()) return undefined; in ThrowInternal()
Disolate.h871 bool IsPromiseStackEmpty() const;