| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 44537)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -321,7 +321,6 @@
|
| void UnexpectedToken();
|
| String* ExpectUserDefinedTypeIdentifier(const char* msg);
|
| String* ExpectIdentifier(const char* msg);
|
| - bool IsLiteral(const char* literal);
|
| bool IsAwaitKeyword();
|
| bool IsYieldKeyword();
|
|
|
| @@ -651,6 +650,7 @@
|
| SourceLabel* label);
|
| void ParseStatementSequence();
|
| bool IsIdentifier();
|
| + bool IsSymbol(const String& symbol);
|
| bool IsSimpleLiteral(const AbstractType& type, Instance* value);
|
| bool IsFunctionTypeAliasName();
|
| bool IsMixinAppAlias();
|
|
|