| Index: runtime/vm/resolver.h
|
| ===================================================================
|
| --- runtime/vm/resolver.h (revision 3908)
|
| +++ runtime/vm/resolver.h (working copy)
|
| @@ -53,6 +53,11 @@
|
| StaticResolveType resolve_type);
|
|
|
| // Resolve specified dart static function.
|
| + static RawFunction* ResolveStaticByName(const Class& cls,
|
| + const String& function_name,
|
| + StaticResolveType resolve_type);
|
| +
|
| + // Resolve specified dart static function with specified arity.
|
| static RawFunction* ResolveStatic(const Class& cls,
|
| const String& function_name,
|
| int num_arguments,
|
|
|