Searched defs:parenthesized_formals (Results 1 – 1 of 1) sorted by relevance
1013 bool parenthesized_formals, bool is_async, in ValidateArrowFormalParameters()2898 bool parenthesized_formals = peek() == Token::LPAREN; in ParseAssignmentExpression() local