Searched refs:SkipSingleLineComment (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dscanner.cc282 SkipSingleLineComment();
296 Token::Value Scanner::SkipSingleLineComment() { function in class:v8::internal::Scanner
344 if (c0_ == '-') return SkipSingleLineComment();
451 token = SkipSingleLineComment();
476 token = SkipSingleLineComment();
H A Dscanner.h513 Token::Value SkipSingleLineComment();

Completed in 194 milliseconds