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.js67 call_depth: 0, property
195 active_hooks.call_depth += 1;
212 active_hooks.call_depth -= 1;
219 if (active_hooks.call_depth === 0 && active_hooks.tmp_array !== null) {
227 active_hooks.call_depth += 1;
241 active_hooks.call_depth -= 1;
248 if (active_hooks.call_depth === 0 && active_hooks.tmp_array !== null) {
266 if (active_hooks.call_depth === 0)