Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dasync_hooks.js113 let domain_cb; variable
115 domain_cb = fn;
126 if (asyncId === 0 && typeof domain_cb === 'function') {
128 result = domain_cb.apply(this, args);