Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 10092) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -403,6 +403,7 @@ |
| SourceLabel* label); |
| void ParseStatementSequence(); |
| bool IsIdentifier(); |
| + bool IsSimpleLiteral(const AbstractType& type, Instance* value); |
| bool IsFunctionTypeAliasName(); |
| bool TryParseTypeParameter(); |
| bool TryParseOptionalType(); |