Searched refs:kInit (Results 1 – 13 of 13) sorted by relevance
/third_party/node/lib/internal/ |
D | async_hooks.js | 88 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/ |
D | async_hooks.js | 66 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/ |
D | probe_without_clear_command.expect_fail.vkscript | 34 # "from kInit"
|
/third_party/node/typings/internalBinding/ |
D | async_wrap.d.ts | 116 kInit: 0;
|
/third_party/node/deps/v8/src/d8/ |
D | async-hooks-wrapper.cc | 187 if (type == PromiseHookType::kInit) { in ShellPromiseHook() 257 case PromiseHookType::kInit: in PromiseHookDispatch()
|
/third_party/node/deps/v8/include/ |
D | v8-promise.h | 141 enum class PromiseHookType { kInit, kResolve, kBefore, kAfter }; enumerator
|
/third_party/node/deps/v8/src/objects/ |
D | contexts.cc | 563 case PromiseHookType::kInit: in RunPromiseHook() 582 int argc = type == PromiseHookType::kInit ? 2 : 1; in RunPromiseHook()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-promise.cc | 120 isolate->RunPromiseHook(PromiseHookType::kInit, promise, parent); in RUNTIME_FUNCTION()
|
/third_party/node/src/ |
D | async_wrap.cc | 415 SET_HOOKS_CONSTANT(kInit); in Initialize() 638 if (async_hooks->fields()[AsyncHooks::kInit] == 0) { in EmitAsyncInit()
|
D | env.h | 235 kInit, enumerator
|
/third_party/node/lib/internal/http2/ |
D | core.js | 234 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/ |
D | isolate.cc | 5014 RunAllPromiseHooks(PromiseHookType::kInit, promise, parent); in ThrowInternal()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 3897 isolate()->RunAllPromiseHooks(PromiseHookType::kInit, promise, in NewJSPromise()
|