Lines Matching refs:PARENS
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);
712 PARENS(AST_Sequence, function(output) {
759 PARENS(AST_Binary, function(output) {
793 PARENS(AST_PropAccess, function(output) {
809 PARENS(AST_Call, function(output) {
827 PARENS(AST_New, function(output) {
838 PARENS(AST_Number, function(output) {
865 PARENS(AST_Arrow, function(output) {
868 PARENS(AST_Assign, function(output) {
876 PARENS(AST_AsyncArrow, function(output) {
879 PARENS(AST_Conditional, function(output) {
884 PARENS(AST_Yield, function(output) {