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

Unified Diff: runtime/vm/object.h

Issue 20216002: Make ClassMirror.typeVariables lazy and convert dependencies to native code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 04581ae3c65bebb8cac441eb3b6199b3290830dc..60e30f69cbc28c9489286127455a0df0bb374f8e 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -5898,6 +5898,8 @@ class MirrorReference : public Instance {
RawLibrary* GetLibraryReferent() const;
+ RawTypeParameter* GetTypeParameterReferent() const;
+
static RawMirrorReference* New(const Object& referent,
Heap::Space space = Heap::kNew);

Powered by Google App Engine
This is Rietveld 408576698