Home
last modified time | relevance | path

Searched refs:parenthesized_formals (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h631 bool parenthesized_formals, bool* ok) { in ValidateArrowFormalParameters() argument
646 parenthesized_formals ? classifier->arrow_formal_parameters_error() in ValidateArrowFormalParameters()
1990 bool parenthesized_formals = peek() == Token::LPAREN; in ParseAssignmentExpression() local
1991 if (!parenthesized_formals) { in ParseAssignmentExpression()
1999 parenthesized_formals, CHECK_OK); in ParseAssignmentExpression()