Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js1455 … return (first_in_statement(compressor) ? best_of_statement : best_of_expression)(ast1, ast2);
1663 function best(orig, alt, first_in_statement) { argument
1665 if (first_in_statement) {
1692 def(AST_Conditional, function(compressor, first_in_statement){ argument
1696 return best(this, self, first_in_statement);
1698 def(AST_Binary, function(compressor, first_in_statement){ argument
1715 self.left = self.left.negate(compressor, first_in_statement);
1717 return best(this, self, first_in_statement);
1720 self.left = self.left.negate(compressor, first_in_statement);
1722 return best(this, self, first_in_statement);
[all …]
Dutils.js344 function first_in_statement(stack) { function
Doutput.js567 if (first_in_statement(output)) {
582 return first_in_statement(output);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js4953 …return (first_in_statement(compressor) ? best_of_statement : best_of_expression)(ast1, ast2, thres…
5634 function best(orig, alt, first_in_statement) { argument
5636 … if (first_in_statement) return best_of_expression(negated, make_node(AST_SimpleStatement, alt, {
5647 def(AST_Binary, function(compressor, first_in_statement) { argument
5664 self.left = self.left.negate(compressor, first_in_statement);
5666 return best(this, self, first_in_statement);
5669 self.left = self.left.negate(compressor, first_in_statement);
5671 return best(this, self, first_in_statement);
5678 def(AST_Conditional, function(compressor, first_in_statement) { argument
5682 return best(this, self, first_in_statement);
[all …]
Dutils.js243 function first_in_statement(stack, arrow, export_default) { function
Doutput.js668 if (!output.has_parens() && first_in_statement(output, false, true)) {
688 return !output.has_parens() && first_in_statement(output, true);