Searched refs:active_hooks (Results 1 – 1 of 1) sorted by relevance
57 const active_hooks = { variable191 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 …]