Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1013 bool parenthesized_formals, bool is_async, in ValidateArrowFormalParameters() argument
1029 parenthesized_formals ? classifier()->arrow_formal_parameters_error() in ValidateArrowFormalParameters()
2898 bool parenthesized_formals = peek() == Token::LPAREN; in ParseAssignmentExpression() local
2899 if (!is_async && !parenthesized_formals) { in ParseAssignmentExpression()
2926 ValidateArrowFormalParameters(expression, parenthesized_formals, is_async, in ParseAssignmentExpression()