Chromium Code Reviews| Index: runtime/vm/scanner.h |
| =================================================================== |
| --- runtime/vm/scanner.h (revision 1660) |
| +++ runtime/vm/scanner.h (working copy) |
| @@ -100,6 +100,9 @@ |
| // Reads next lookahead character. |
| void ReadChar(); |
| + // Read and discard characters up to end of line. |
| + void SkipLine(); |
| + |
| // Recognizes token 'kind' and reads next character in input. |
| void Recognize(Token::Kind kind) { |
| ReadChar(); |