Chromium Code Reviews| Index: vm/parser.h |
| =================================================================== |
| --- vm/parser.h (revision 4579) |
| +++ vm/parser.h (working copy) |
| @@ -126,6 +126,8 @@ |
| inline Token::Kind CurrentToken(); |
| Token::Kind LookaheadToken(int num_tokens); |
| String* CurrentLiteral() const; |
| + RawDouble* CurrentDoubleLiteral() const; |
| + RawInteger* CurrentIntegerLiteral() const; |
| // Sets parser to given token position in the stream. |
| void SetPosition(intptr_t position); |