HomeSort by relevance Sort by last modified time
    Searched refs:TokenDesc (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
scanner.h 454 struct TokenDesc {
718 static bool LiteralContainsEscapes(const TokenDesc& token) {
730 void SanityCheckTokenDesc(const TokenDesc&) const;
749 TokenDesc current_; // desc for current token (as returned by Next())
750 TokenDesc next_; // desc for next token (one token look-ahead)
751 TokenDesc next_next_; // desc for the token after next (after PeakAhead())
scanner.cc 416 TokenDesc prev = current_;
885 void Scanner::SanityCheckTokenDesc(const TokenDesc& token) const {
    [all...]

Completed in 60 milliseconds