Home
last modified time | relevance | path

Searched refs:kInit (Results 1 - 12 of 12) sorted by relevance

/third_party/node/lib/internal/
H A Dasync_hooks.js88 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
279 // Don't want to make the assumption that kInit to kDestroy are indexes 0 to
286 destination[kInit] = source[kInit];
477 return hasHooks(kInit);
496 if (!hasHooks(kInit))
589 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
/third_party/node/lib/
H A Dasync_hooks.js66 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
107 hook_fields[kTotals] = hook_fields[kInit] += +!!this[init_symbol];
133 hook_fields[kTotals] = hook_fields[kInit] -= +!!this[init_symbol];
/third_party/node/deps/v8/include/v8-include/
H A Dv8-promise.h126 * PromiseHook with type kInit is called when a new promise is
141 enum class PromiseHookType { kInit, kResolve, kBefore, kAfter }; member in v8::PromiseHookType
/third_party/node/deps/v8/include/
H A Dv8-promise.h126 * PromiseHook with type kInit is called when a new promise is
141 enum class PromiseHookType { kInit, kResolve, kBefore, kAfter }; member in v8::PromiseHookType
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc187 if (type == PromiseHookType::kInit) { in ShellPromiseHook()
257 case PromiseHookType::kInit: in PromiseHookDispatch()
/third_party/node/deps/v8/src/objects/
H A Dcontexts.cc563 case PromiseHookType::kInit: in RunPromiseHook()
582 int argc = type == PromiseHookType::kInit ? 2 : 1; in RunPromiseHook()
/third_party/node/deps/v8/src/runtime/
H A Druntime-promise.cc120 isolate->RunPromiseHook(PromiseHookType::kInit, promise, parent); in RUNTIME_FUNCTION()
/third_party/node/src/
H A Dasync_wrap.cc415 SET_HOOKS_CONSTANT(kInit); in Initialize()
638 if (async_hooks->fields()[AsyncHooks::kInit] == 0) { in EmitAsyncInit()
H A Denv.h235 kInit, enumerator
/third_party/node/lib/internal/http2/
H A Dcore.js234 const kInit = Symbol('init');
754 this[kInit](ret.id(), ret);
2004 [kInit](id, handle) {
2663 this[kInit](id, handle);
2972 this[kInit](id, handle);
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3897 isolate()->RunAllPromiseHooks(PromiseHookType::kInit, promise, in NewJSPromise()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc5014 RunAllPromiseHooks(PromiseHookType::kInit, promise, parent); in ThrowInternal()

Completed in 28 milliseconds