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

Unified Diff: runtime/vm/class_finalizer.h

Issue 12779008: Mixins with Generics (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 | « no previous file | runtime/vm/class_finalizer.cc » ('j') | runtime/vm/class_finalizer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_finalizer.h
===================================================================
--- runtime/vm/class_finalizer.h (revision 20045)
+++ runtime/vm/class_finalizer.h (working copy)
@@ -11,6 +11,7 @@
namespace dart {
class AbstractType;
+class MixinAppType;
class AbstractTypeArguments;
class Class;
class Error;
@@ -99,7 +100,15 @@
const Class& cls,
const Function& factory,
const GrowableObjectArray& visited_factories);
+
regis 2013/03/14 23:40:34 No blank line elsewhere in this private section.
hausner 2013/03/15 00:36:32 Removed
+ static void CloneTypeParameters(const Class& mixapp_class);
static void ApplyMixin(const Class& cls);
+
regis 2013/03/14 23:40:34 ... except here.
hausner 2013/03/15 00:36:32 Also removed.
hausner 2013/03/15 00:36:32 Also removed.
+ static void CopyArgs(const Class& cls,
+ const Type& type,
+ const GrowableObjectArray& args);
+ static RawType* ResolveMixinAppType(const Class& cls,
+ const MixinAppType& mixin_app);
static void ResolveSuperTypeAndInterfaces(const Class& cls,
GrowableArray<intptr_t>* visited);
static void FinalizeTypeParameters(const Class& cls);
« no previous file with comments | « no previous file | runtime/vm/class_finalizer.cc » ('j') | runtime/vm/class_finalizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698