| Index: runtime/vm/dart_entry.h
|
| diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h
|
| index e52961b0c653f1b43c3fa8bb5edc4fc6502d04c3..13294a3a373281f8b7d4a69c74c8e7284b7ff9d0 100644
|
| --- a/runtime/vm/dart_entry.h
|
| +++ b/runtime/vm/dart_entry.h
|
| @@ -37,6 +37,7 @@ class ArgumentsDescriptor : public ValueObject {
|
| intptr_t PositionalCount() const;
|
| intptr_t NamedCount() const { return Count() - PositionalCount(); }
|
| RawString* NameAt(intptr_t i) const;
|
| + intptr_t PositionAt(intptr_t i) const;
|
| bool MatchesNameAt(intptr_t i, const String& other) const;
|
|
|
| // Generated code support.
|
|
|