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.js59 const active_hooks = { variable
195 active_hooks.call_depth += 1;
201 for (var i = 0; i < active_hooks.array.length; i++) {
202 if (typeof active_hooks.array[i][init_symbol] === 'function') {
203 active_hooks.array[i][init_symbol](
212 active_hooks.call_depth -= 1;
219 if (active_hooks.call_depth === 0 && active_hooks.tmp_array !== null) {
227 active_hooks.call_depth += 1;
233 for (var i = 0; i < active_hooks.array.length; i++) {
234 if (typeof active_hooks.array[i][symbol] === 'function') {
[all …]