Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dasync_hooks.js57 const active_hooks = { variable
191 active_hooks.call_depth += 1;
198 for (var i = 0; i < active_hooks.array.length; i++) {
199 if (typeof active_hooks.array[i][init_symbol] === 'function') {
200 active_hooks.array[i][init_symbol](
209 active_hooks.call_depth -= 1;
216 if (active_hooks.call_depth === 0 && active_hooks.tmp_array !== null) {
224 active_hooks.call_depth += 1;
231 for (var i = 0; i < active_hooks.array.length; i++) {
232 if (typeof active_hooks.array[i][symbol] === 'function') {
[all …]