Home
last modified time | relevance | path

Searched refs:ast1 (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
1441 return ast1.print_to_string().length >
1443 ? ast2 : ast1;
1446 function best_of_statement(ast1, ast2) { argument
1447 return best_of_expression(make_node(AST_SimpleStatement, ast1, {
1448 body: ast1
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
4945 return best_of_expression(make_node(AST_SimpleStatement, ast1, {
4946 body: ast1,
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;
54087 ast1 = stack.pop();
54089 stack.push(ast1, ast2);
54117 ast1 = stack[stack.length - n - 1];
54119 if (ast1.type === 'literal' || ast1.type === 'var') {
54120 stack.push(ast1);
54124 tmpVar = new AstVariable(lastRegister++, ast1.min, ast1.max);
54127 instructions.push(new AstVariableDefinition(tmpVar, ast1));
54142 ast1 = stack[stack.length - 1];
54144 if (ast1.type === 'literal' || ast1.type === 'var') {
[all …]
Dpdf.worker.js.map1ast1","ast2","tmpVar","buildMinOperation","statementBuilder","instruction","expr","accept","expect…