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

Unified Diff: runtime/vm/resolver.h

Issue 10849004: Fix super getter/setter (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
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
« runtime/vm/parser.cc ('K') | « runtime/vm/parser.cc ('k') | runtime/vm/resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698