Searched refs:need_constructor_parens (Results 1 – 2 of 2) sorted by relevance
664 if (!need_constructor_parens(this, output)1071 if (self instanceof AST_New && !need_constructor_parens(self, output))1327 function need_constructor_parens(self, output) { function
828 if (need_constructor_parens(this, output)) return false;1501 if (need_constructor_parens(self, output)) print_call_args(self, output);1849 function need_constructor_parens(self, output) { function