Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dtoken.h275 static bool IsPropertyOrCall(Value token) { in IsPropertyOrCall() function
Dparser-base.h3412 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()