Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js9192 if (has_block_scope_refs(stat.condition)) break;
9200 if (has_block_scope_refs(stat.body)) break;
9222 function has_block_scope_refs(node) { function