Chromium Code Reviews| Index: runtime/vm/dart_entry.h |
| =================================================================== |
| --- runtime/vm/dart_entry.h (revision 24876) |
| +++ runtime/vm/dart_entry.h (working copy) |
| @@ -37,6 +37,7 @@ |
| intptr_t Count() const; |
| intptr_t PositionalCount() const; |
| intptr_t NamedCount() const { return Count() - PositionalCount(); } |
| + RawString* NameAt(intptr_t i) const; |
| bool MatchesNameAt(intptr_t i, const String& other) const; |
| // Generated code support. |