Home
last modified time | relevance | path

Searched refs:init_hook (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-context.h283 void SetPromiseHooks(Local<Function> init_hook, Local<Function> before_hook,
/third_party/node/deps/v8/include/v8-include/
H A Dv8-context.h331 void SetPromiseHooks(Local<Function> init_hook, Local<Function> before_hook,
/third_party/node/deps/v8/src/api/
H A Dapi.cc6583 void v8::Context::SetPromiseHooks(Local<Function> init_hook, in SetPromiseHooks() argument
6598 if (!init_hook.IsEmpty()) { in SetPromiseHooks()
6599 init = Utils::OpenHandle(*init_hook); in SetPromiseHooks()

Completed in 24 milliseconds