Home
last modified time | relevance | path

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

/third_party/node/lib/
Dasync_hooks.js60 init_symbol, before_symbol, after_symbol, destroy_symbol,
87 this[destroy_symbol] = destroy;
110 hook_fields[kTotals] += hook_fields[kDestroy] += +!!this[destroy_symbol];
136 hook_fields[kTotals] += hook_fields[kDestroy] -= +!!this[destroy_symbol];
/third_party/node/lib/internal/
Dasync_hooks.js103 const destroy_symbol = Symbol('destroy'); constant
107 const emitDestroyNative = emitHookFactory(destroy_symbol, 'emitDestroyNative');
585 init_symbol, before_symbol, after_symbol, destroy_symbol, property