Home
last modified time | relevance | path

Searched refs:SetPromiseHooks (Results 1 - 7 of 7) sorted by relevance

/third_party/node/src/
H A Dasync_wrap.cc185 static void SetPromiseHooks(const FunctionCallbackInfo<Value>& args) { in SetPromiseHooks() function
368 SetMethod(context, target, "setPromiseHooks", SetPromiseHooks); in Initialize()
459 registry->Register(SetPromiseHooks); in RegisterExternalReferences()
H A Denv.cc88 ->SetPromiseHooks(init, before, after, resolve); in ResetPromiseHooks()
189 ctx->SetPromiseHooks(js_promise_hooks_[0].IsEmpty() in InstallPromiseHooks()
/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/d8/
H A Dd8.h570 static void SetPromiseHooks(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dd8.cc2231 void Shell::SetPromiseHooks(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetPromiseHooks() function in v8::Shell
2247 context->SetPromiseHooks( in SetPromiseHooks()
3171 FunctionTemplate::New(isolate, SetPromiseHooks, Local<Value>(), in CreateD8Template()
/third_party/node/deps/v8/src/api/
H A Dapi.cc6583 void v8::Context::SetPromiseHooks(Local<Function> init_hook, in SetPromiseHooks() function in v8::OneByteMask::v8::Context

Completed in 54 milliseconds