Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dasync_hooks.js90 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/
Dasync_hooks.js60 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/
Dprobe_without_clear_command.expect_fail.vkscript34 # "from kInit"
/third_party/node/src/
Dasync_wrap.cc450 SET_HOOKS_CONSTANT(kInit); in Initialize()
660 if (async_hooks->fields()[AsyncHooks::kInit] == 0) { in EmitAsyncInit()
Denv.h633 kInit, enumerator
/third_party/node/lib/internal/http2/
Dcore.js212 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);