Home
last modified time | relevance | path

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

/third_party/node/lib/
Dasync_hooks.js54 init_symbol, before_symbol, after_symbol, destroy_symbol,
80 this[after_symbol] = after;
103 hook_fields[kTotals] += hook_fields[kAfter] += +!!this[after_symbol];
129 hook_fields[kTotals] += hook_fields[kAfter] -= +!!this[after_symbol];
/third_party/node/lib/internal/
Dasync_hooks.js104 const after_symbol = Symbol('after'); constant
108 const emitAfterNative = emitHookFactory(after_symbol, 'emitAfterNative');
575 init_symbol, before_symbol, after_symbol, destroy_symbol, property