Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js2754 var has_break = false;
2756 if (has_break
2760 has_break = true;
2763 if (!has_break) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js2062 … if (branches.body[branches.body.length - 1] === block || has_break(block.body)) {
2080 function has_break(stats) { function