Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(805)

Unified Diff: runtime/vm/resolver.h

Issue 23441073: Implement closurization of regular methods in ObjectMirror.getField in the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address comments Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/resolver.h
diff --git a/runtime/vm/resolver.h b/runtime/vm/resolver.h
index a0f2b33380b683f0339d4efd84a1049310e4e187..87df67f0d7c10aa8dc3377528892c123147bfbc8 100644
--- a/runtime/vm/resolver.h
+++ b/runtime/vm/resolver.h
@@ -37,6 +37,11 @@ class Resolver : public AllStatic {
const Class& receiver_class,
const String& function_name);
+ // TODO(13355): Remove.
+ static RawFunction* ResolveDynamicAnyArgsAllowPrivate(
+ const Class& receiver_class,
+ const String& function_name);
+
enum StaticResolveType {
kIsQualified,
kNotQualified
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698