Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dasync_hooks.js107 const emitBeforeNative = emitHookFactory(before_symbol, 'emitBeforeNative');
108 const emitAfterNative = emitHookFactory(after_symbol, 'emitAfterNative');
109 const emitDestroyNative = emitHookFactory(destroy_symbol, 'emitDestroyNative');
111 emitHookFactory(promise_resolve_symbol, 'emitPromiseResolveNative');
253 function emitHookFactory(symbol, name) { function