Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js1440 function best_of_expression(ast1, ast2) { argument
1442 ast2.print_to_string().length
1443 ? ast2 : ast1;
1446 function best_of_statement(ast1, ast2) { argument
1449 }), make_node(AST_SimpleStatement, ast2, {
1450 body: ast2
1454 function best_of(compressor, ast1, ast2) { argument
1455 … return (first_in_statement(compressor) ? best_of_statement : best_of_expression)(ast1, ast2);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js4939 function best_of_expression(ast1, ast2, threshold) { argument
4940 var delta = ast2.print_to_string().length - ast1.print_to_string().length;
4941 return delta < (threshold || 0) ? ast2 : ast1;
4944 function best_of_statement(ast1, ast2, threshold) { argument
4947 }), make_node(AST_SimpleStatement, ast2, {
4948 body: ast2,
4952 function best_of(compressor, ast1, ast2, threshold) { argument
4953 …return (first_in_statement(compressor) ? best_of_statement : best_of_expression)(ast1, ast2, thres…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js54030 var num1, num2, ast1, ast2, tmpVar, item;
54088 ast2 = stack.pop();
54089 stack.push(ast1, ast2);
Dpdf.worker.js.map1ast2","tmpVar","buildMinOperation","statementBuilder","instruction","expr","accept","expect","Post…