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

Unified Diff: runtime/vm/object.h

Issue 22292002: Reflection on generics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address generic equality Created 7 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/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 812607de9731ad3ee0478a4db3203d8be5778c98..3851784a608bcec32c8bffdf933c7f93396a93b2 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -5897,6 +5897,8 @@ class MirrorReference : public Instance {
StorePointer(&raw_ptr()->referent_, referent.raw());
}
+ RawAbstractType* GetAbstractTypeReferent() const;
+
RawClass* GetClassReferent() const;
RawField* GetFieldReferent() const;

Powered by Google App Engine
This is Rietveld 408576698