Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dasync_hooks.js65 call_depth: 0, property
191 active_hooks.call_depth += 1;
209 active_hooks.call_depth -= 1;
216 if (active_hooks.call_depth === 0 && active_hooks.tmp_array !== null) {
224 active_hooks.call_depth += 1;
239 active_hooks.call_depth -= 1;
246 if (active_hooks.call_depth === 0 && active_hooks.tmp_array !== null) {
265 if (active_hooks.call_depth === 0)