Searched refs:kInit (Results 1 – 6 of 6) sorted by relevance
/third_party/node/lib/internal/ |
D | async_hooks.js | 90 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, 287 destination[kInit] = source[kInit]; 467 return hasHooks(kInit); 486 if (!hasHooks(kInit)) 579 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve property
|
/third_party/node/lib/ |
D | async_hooks.js | 60 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, 101 hook_fields[kTotals] = hook_fields[kInit] += +!!this[init_symbol]; 127 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/src/ |
D | async_wrap.cc | 450 SET_HOOKS_CONSTANT(kInit); in Initialize() 660 if (async_hooks->fields()[AsyncHooks::kInit] == 0) { in EmitAsyncInit()
|
D | env.h | 633 kInit, enumerator
|
/third_party/node/lib/internal/http2/ |
D | core.js | 212 const kInit = Symbol('init'); constant 724 this[kInit](ret.id(), ret); 1929 [kInit](id, handle) { 2579 this[kInit](id, handle); 2886 this[kInit](id, handle);
|