Lines Matching defs:output
666 function needs_parens_function(output) { argument
687 function needs_parens_obj(output) { argument
692 function needs_parens_unary(output) { argument
712 PARENS(AST_Sequence, function(output) { argument
759 PARENS(AST_Binary, function(output) { argument
793 PARENS(AST_PropAccess, function(output) { argument
809 PARENS(AST_Call, function(output) { argument
827 PARENS(AST_New, function(output) { argument
838 PARENS(AST_Number, function(output) { argument
845 function needs_parens_assign_cond(self, output) { argument
865 PARENS(AST_Arrow, function(output) { argument
868 PARENS(AST_Assign, function(output) { argument
876 PARENS(AST_AsyncArrow, function(output) { argument
879 PARENS(AST_Conditional, function(output) { argument
884 PARENS(AST_Yield, function(output) { argument
890 DEFPRINT(AST_Directive, function(output) { argument
905 DEFPRINT(AST_Debugger, function(output) { argument
912 function display_body(body, is_toplevel, output, allow_directives) { argument
937 DEFPRINT(AST_Toplevel, function(output) { argument
941 DEFPRINT(AST_LabeledStatement, function(output) { argument
946 DEFPRINT(AST_SimpleStatement, function(output) { argument
950 function print_braced_empty(self, output) { argument
957 function print_braced(self, output, allow_directives) { argument
964 DEFPRINT(AST_BlockStatement, function(output) { argument
967 DEFPRINT(AST_EmptyStatement, function(output) { argument
970 DEFPRINT(AST_Do, function(output) { argument
982 DEFPRINT(AST_While, function(output) { argument
991 DEFPRINT(AST_For, function(output) { argument
1021 return function(output) { argument
1038 DEFPRINT(AST_With, function(output) { argument
1047 DEFPRINT(AST_ExportDeclaration, function(output) { argument
1052 DEFPRINT(AST_ExportDefault, function(output) { argument
1069 function print_alias(alias, output) { argument
1077 DEFPRINT(AST_ExportForeign, function(output) { argument
1115 DEFPRINT(AST_ExportReferences, function(output) { argument
1122 DEFPRINT(AST_Import, function(output) { argument
1145 function print_funargs(self, output) { argument
1158 function print_arrow(self, output) { argument
1174 DEFPRINT(AST_Arrow, function(output) { argument
1177 DEFPRINT(AST_AsyncArrow, function(output) { argument
1182 function print_lambda(self, output) { argument
1191 DEFPRINT(AST_Lambda, function(output) { argument
1195 function print_async(output) { argument
1203 function print_async_generator(output) { argument
1211 function print_generator(output) { argument
1219 DEFPRINT(AST_Class, function(output) { argument
1235 DEFPRINT(AST_ClassField, function(output) { argument
1252 function print_method(self, output) { argument
1262 DEFPRINT(AST_ClassMethod, function(output) { argument
1270 DEFPRINT(AST_ClassInit, function(output) { argument
1278 return function(output) { argument
1294 function make_then(self, output) { argument
1320 DEFPRINT(AST_If, function(output) { argument
1343 DEFPRINT(AST_Switch, function(output) { argument
1362 function print_branch_body(self, output) { argument
1370 DEFPRINT(AST_Default, function(output) { argument
1374 DEFPRINT(AST_Case, function(output) { argument
1384 DEFPRINT(AST_Try, function(output) { argument
1398 DEFPRINT(AST_Catch, function(output) { argument
1410 DEFPRINT(AST_Finally, function(output) { argument
1417 return function(output) { argument
1433 function parenthesize_for_no_in(node, output, no_in) { argument
1445 DEFPRINT(AST_VarDef, function(output) { argument
1458 DEFPRINT(AST_DefaultValue, function(output) { argument
1468 function print_annotation(self, output) { argument
1479 function print_call_args(self, output) { argument
1488 DEFPRINT(AST_Call, function(output) { argument
1495 DEFPRINT(AST_New, function(output) { argument
1503 DEFPRINT(AST_Sequence, function(output) { argument
1515 DEFPRINT(AST_Dot, function(output) { argument
1534 DEFPRINT(AST_Sub, function(output) { argument
1542 DEFPRINT(AST_Spread, function(output) { argument
1546 DEFPRINT(AST_UnaryPrefix, function(output) { argument
1558 DEFPRINT(AST_UnaryPostfix, function(output) { argument
1564 DEFPRINT(AST_Binary, function(output) { argument
1572 DEFPRINT(AST_Conditional, function(output) { argument
1583 DEFPRINT(AST_Await, function(output) { argument
1588 DEFPRINT(AST_Yield, function(output) { argument
1597 DEFPRINT(AST_Array, function(output) { argument
1613 DEFPRINT(AST_DestructuredArray, function(output) { argument
1634 DEFPRINT(AST_DestructuredKeyVal, function(output) { argument
1654 DEFPRINT(AST_DestructuredObject, function(output) { argument
1679 function print_properties(self, output, no_comma) { argument
1694 DEFPRINT(AST_Object, function(output) { argument
1698 function print_property_key(self, output) { argument
1717 DEFPRINT(AST_ObjectKeyVal, function(output) { argument
1723 DEFPRINT(AST_ObjectMethod, function(output) { argument
1727 return function(output) { argument
1745 DEFPRINT(AST_Symbol, function(output) { argument
1748 DEFPRINT(AST_SymbolExport, function(output) { argument
1760 DEFPRINT(AST_SymbolImport, function(output) { argument
1773 DEFPRINT(AST_Template, function(output) { argument
1786 DEFPRINT(AST_Constant, function(output) { argument
1789 DEFPRINT(AST_String, function(output) { argument
1792 DEFPRINT(AST_Number, function(output) { argument
1801 DEFPRINT(AST_RegExp, function(output) { argument
1837 function force_statement(stat, output) { argument
1849 function need_constructor_parens(self, output) { argument
1891 function make_block(stmt, output) { argument
1945 ], function(output) { argument
1953 ], function(output) { argument