Chromium Code Reviews| Index: runtime/vm/scanner.h |
| =================================================================== |
| --- runtime/vm/scanner.h (revision 3964) |
| +++ runtime/vm/scanner.h (working copy) |
| @@ -41,6 +41,9 @@ |
| String* literal; // Identifier, number or string literal. |
| }; |
| + // Dummy token index reflecting an unknown source position. |
| + static const intptr_t kDummyTokenIndex = 0; |
| + |
| // Character used to indicate a private identifier. |
| static const char kPrivateIdentifierStart = '_'; |