Searched refs:SetPromiseHooks (Results 1 - 7 of 7) sorted by relevance
/third_party/node/src/ |
H A D | async_wrap.cc | 185 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 D | env.cc | 88 ->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 D | v8-context.h | 283 void SetPromiseHooks(Local<Function> init_hook, Local<Function> before_hook,
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-context.h | 331 void SetPromiseHooks(Local<Function> init_hook, Local<Function> before_hook,
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.h | 570 static void SetPromiseHooks(const v8::FunctionCallbackInfo<v8::Value>& args);
|
H A D | d8.cc | 2231 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 D | api.cc | 6583 void v8::Context::SetPromiseHooks(Local<Function> init_hook, in SetPromiseHooks() function in v8::OneByteMask::v8::Context
|
Completed in 54 milliseconds