Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js666 function needs_parens_function(output) { function
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);