Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js1446 function best_of_statement(ast1, ast2) { function
1455 … return (first_in_statement(compressor) ? best_of_statement : best_of_expression)(ast1, ast2);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js4944 function best_of_statement(ast1, ast2, threshold) { function
4953 …return (first_in_statement(compressor) ? best_of_statement : best_of_expression)(ast1, ast2, thres…
8837 var best = first_in_statement ? best_of_statement : best_of_expression;
11406 … self = (first ? best_of_statement : best_of_expression)(self, exp.negate(compressor, first));