Searched refs:IsPropertyOrCall (Results 1 – 2 of 2) sorted by relevance
275 static bool IsPropertyOrCall(Value token) { in IsPropertyOrCall() function
3412 if (!Token::IsPropertyOrCall(peek())) return result; in ParseLeftHandSideExpression()3419 DCHECK(Token::IsPropertyOrCall(peek())); in ParseLeftHandSideContinuation()3452 if (!Token::IsPropertyOrCall(peek())) return result; in ParseLeftHandSideContinuation()3470 if (Token::IsPropertyOrCall(peek())) continue; in ParseLeftHandSideContinuation()3560 } while (Token::IsPropertyOrCall(peek())); in ParseLeftHandSideContinuation()