Home
last modified time | relevance | path

Searched refs:kInit (Results 1 – 13 of 13) sorted by relevance

/third_party/node/lib/internal/
Dasync_hooks.js88 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
286 destination[kInit] = source[kInit];
477 return hasHooks(kInit);
496 if (!hasHooks(kInit))
589 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, property
/third_party/node/lib/
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/vk-gl-cts/external/amber/src/tests/cases/
Dprobe_without_clear_command.expect_fail.vkscript34 # "from kInit"
/third_party/node/typings/internalBinding/
Dasync_wrap.d.ts116 kInit: 0;
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc187 if (type == PromiseHookType::kInit) { in ShellPromiseHook()
257 case PromiseHookType::kInit: in PromiseHookDispatch()
/third_party/node/deps/v8/include/
Dv8-promise.h141 enum class PromiseHookType { kInit, kResolve, kBefore, kAfter }; enumerator
/third_party/node/deps/v8/src/objects/
Dcontexts.cc563 case PromiseHookType::kInit: in RunPromiseHook()
582 int argc = type == PromiseHookType::kInit ? 2 : 1; in RunPromiseHook()
/third_party/node/deps/v8/src/runtime/
Druntime-promise.cc120 isolate->RunPromiseHook(PromiseHookType::kInit, promise, parent); in RUNTIME_FUNCTION()
/third_party/node/src/
Dasync_wrap.cc415 SET_HOOKS_CONSTANT(kInit); in Initialize()
638 if (async_hooks->fields()[AsyncHooks::kInit] == 0) { in EmitAsyncInit()
Denv.h235 kInit, enumerator
/third_party/node/lib/internal/http2/
Dcore.js234 const kInit = Symbol('init'); constant
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/execution/
Disolate.cc5014 RunAllPromiseHooks(PromiseHookType::kInit, promise, parent); in ThrowInternal()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3897 isolate()->RunAllPromiseHooks(PromiseHookType::kInit, promise, in NewJSPromise()