Searched refs:PeekAhead (Results 1 – 7 of 7) sorted by relevance
86 const Token &Preprocessor::PeekAhead(unsigned N) { in PeekAhead() function in Preprocessor
367 Token::Value PeekAhead();463 Token::Value ensure_next_next = PeekAhead(); in HasAnyLineTerminatorAfterNext()
612 INLINE(Token::Value PeekAhead()) { in INLINE() argument614 return scanner()->PeekAhead(); in INLINE()1522 PeekAhead() == Token::FUNCTION) { in ParsePrimaryExpression()1896 PeekAhead() != Token::LPAREN && PeekAhead()) { in ParsePropertyDefinition()2250 IsValidArrowFormalParametersStart(PeekAhead()); in ParseAssignmentExpression()2259 if (is_async && peek_any_identifier() && PeekAhead() == Token::ARROW) { in ParseAssignmentExpression()2695 switch (PeekAhead()) { in ParseUnaryExpression()3289 Token::Value next_next = PeekAhead(); in IsNextLetKeyword()
199 if (allow_harmony_async_await() && PeekAhead() == Token::FUNCTION && in ParseStatementListItem()
274 Token::Value Scanner::PeekAhead() { in PeekAhead() function in v8::internal::Scanner
1301 if (allow_harmony_async_await() && PeekAhead() == Token::FUNCTION && in ParseStatementListItem()1619 if (allow_harmony_async_await() && PeekAhead() == Token::FUNCTION && in ParseExportDefault()
1140 return PeekAhead(N+1); in LookAhead()1826 const Token &PeekAhead(unsigned N);