Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js2462 var has_loop_control = false;
2464 if (node instanceof AST_Scope || has_loop_control) return true;
2466 return has_loop_control = true;
2470 if (!has_loop_control) return self.body;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js1236 if (has_loop_control(this, tw.parent())) {
1255 if (has_loop_control(node, tw.parent())) {
9150 function has_loop_control(loop, parent, type) { function
9169 …if (cond && !has_loop_control(self, compressor.parent(), AST_Continue)) return make_node(AST_For, …
9177 …if (!has_loop_control(self, compressor.parent())) return make_node(AST_BlockStatement, self.body, {
9184 …if (self.body instanceof AST_BlockStatement && !has_loop_control(self, compressor.parent(), AST_Co…