Home
last modified time | relevance | path

Searched refs:init_symbol (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/
Dasync_hooks.js54 init_symbol, before_symbol, after_symbol, destroy_symbol,
78 this[init_symbol] = init;
101 hook_fields[kTotals] = hook_fields[kInit] += +!!this[init_symbol];
127 hook_fields[kTotals] = hook_fields[kInit] -= +!!this[init_symbol];
/third_party/node/lib/internal/
Dasync_hooks.js102 const init_symbol = Symbol('init'); constant
202 if (typeof active_hooks.array[i][init_symbol] === 'function') {
203 active_hooks.array[i][init_symbol](
575 init_symbol, before_symbol, after_symbol, destroy_symbol, property