Searched refs:kInit (Results 1 – 15 of 15) sorted by relevance
/third_party/node/lib/internal/ |
D | async_hooks.js | 90 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, 288 destination[kInit] = source[kInit]; 478 return hasHooks(kInit); 497 if (!hasHooks(kInit)) 590 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/deps/undici/src/lib/fetch/ |
D | request.js | 36 const kInit = Symbol('init') constant 47 if (input === kInit) { 719 const clonedRequestObject = new Request(kInit)
|
/third_party/node/typings/internalBinding/ |
D | async_wrap.d.ts | 116 kInit: 0;
|
/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/d8/ |
D | async-hooks-wrapper.cc | 187 if (type == PromiseHookType::kInit) { in ShellPromiseHook() 257 case PromiseHookType::kInit: in PromiseHookDispatch()
|
/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 | 230 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/undici/ |
D | undici.js | 5025 var kInit = Symbol("init"); 5033 if (input === kInit) { 5437 const clonedRequestObject = new _Request(kInit);
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.cc | 4991 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()
|