Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h750 kIsPossibleArrowFormals = 1 << 1 enumerator
1360 ExpressionT expr = this->ParseExpression(true, kIsPossibleArrowFormals, in ParsePrimaryExpression()
1979 bool maybe_arrow_formals = flags & kIsPossibleArrowFormals; in ParseAssignmentExpression()