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

/external/chromium_org/v8/src/
H A Dscanner.cc283 SkipSingleLineComment();
297 Token::Value Scanner::SkipSingleLineComment() { function in class:v8::internal::Scanner
345 if (c0_ == '-') return SkipSingleLineComment();
452 token = SkipSingleLineComment();
477 token = SkipSingleLineComment();
H A Dscanner.h506 Token::Value SkipSingleLineComment();
/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 34 milliseconds