Searched defs:PeekAhead (Results 1 – 2 of 2) sorted by relevance
184 Token::Value Scanner::PeekAhead() { in PeekAhead() function in v8::internal::Scanner
882 V8_INLINE Token::Value PeekAhead() { return scanner()->PeekAhead(); } in PeekAhead() function