Chromium Code Reviews| Index: runtime/vm/resolver.h |
| =================================================================== |
| --- runtime/vm/resolver.h (revision 10409) |
| +++ runtime/vm/resolver.h (working copy) |
| @@ -34,6 +34,10 @@ |
| int num_arguments, |
| int num_named_arguments); |
| + static RawFunction* ResolveDynamicAnyArgs( |
| + const Class& receiver_class, |
| + const String& function_name); |
| + |
| enum StaticResolveType { |
| kIsQualified, |
| kNotQualified |