Searched refs:parenthesized_formals (Results 1 – 1 of 1) sorted by relevance
1013 bool parenthesized_formals, bool is_async, in ValidateArrowFormalParameters() argument1029 parenthesized_formals ? classifier()->arrow_formal_parameters_error() in ValidateArrowFormalParameters()2898 bool parenthesized_formals = peek() == Token::LPAREN; in ParseAssignmentExpression() local2899 if (!is_async && !parenthesized_formals) { in ParseAssignmentExpression()2926 ValidateArrowFormalParameters(expression, parenthesized_formals, is_async, in ParseAssignmentExpression()