Searched refs:PARENS (Results 1 – 2 of 2) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | output.js | 658 function PARENS(nodetype, func) { class 662 PARENS(AST_Node, return_false); 679 PARENS(AST_AsyncFunction, needs_parens_function); 680 PARENS(AST_AsyncGeneratorFunction, needs_parens_function); 681 PARENS(AST_ClassExpression, needs_parens_function); 682 PARENS(AST_Function, needs_parens_function); 683 PARENS(AST_GeneratorFunction, needs_parens_function); 690 PARENS(AST_Object, needs_parens_obj); 709 PARENS(AST_Await, needs_parens_unary); 710 PARENS(AST_Unary, needs_parens_unary); [all …]
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | output.js | 550 function PARENS(nodetype, func) { class 553 PARENS(nodetype, func); 560 PARENS(AST_Node, function(){ 566 PARENS(AST_Function, function(output){ 581 PARENS(AST_Object, function(output){ 585 PARENS(AST_Unary, function(output){ 591 PARENS(AST_Seq, function(output){ 605 PARENS(AST_Binary, function(output){ 628 PARENS(AST_PropAccess, function(output){ 648 PARENS(AST_Call, function(output){ [all …]
|