Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js8509 if (!can_hoist(node.left, node.right, 1)) return;
8546 if (!can_hoist(node.name, node.value, 0)) return;
8594 function can_hoist(sym, right, count) { function