Chromium Code Reviews| Index: runtime/vm/resolver.h |
| =================================================================== |
| --- runtime/vm/resolver.h (revision 10362) |
| +++ runtime/vm/resolver.h (working copy) |
| @@ -34,6 +34,10 @@ |
| int num_arguments, |
| int num_named_arguments); |
| + static RawFunction* ResolveDynamicAnyParams( |
|
srdjan
2012/08/08 16:44:34
AnyArguments? The API above mentions arguments not
hausner
2012/08/08 17:42:02
Done.
|
| + const Class& receiver_class, |
| + const String& function_name); |
| + |
| enum StaticResolveType { |
| kIsQualified, |
| kNotQualified |