Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc834 isolate->OnAsyncFunctionSuspended(throwaway, promise); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Disolate.h971 void OnAsyncFunctionSuspended(Handle<JSPromise> promise,
Disolate.cc4988 void Isolate::OnAsyncFunctionSuspended(Handle<JSPromise> promise, in ThrowInternal() function in v8::internal::Isolate