Home
last modified time | relevance | path

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

/external/v8/src/
Dasync-hooks-wrapper.h84 static void ShellPromiseHook(PromiseHookType type, Local<Promise> promise,
Dasync-hooks-wrapper.cc131 void AsyncHooks::ShellPromiseHook(PromiseHookType type, Local<Promise> promise, in ShellPromiseHook() function in v8::AsyncHooks
213 isolate_->SetPromiseHook(ShellPromiseHook); in Initialize()