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

Unified Diff: runtime/vm/object.h

Issue 23983026: Fill in type arguments when creating an object from the mirrors or embedding API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 0724efea20fa3e05e8f8a5c0247ed39625266cae..81d034d87d5d24afec60eeacb2be1c194dc6f410 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -702,6 +702,11 @@ class Class : public Object {
// function.
RawType* SignatureType() const;
+ // Return the Type with type parameters declared by this class filled with
+ // dynamic (and type parameters declared in superclasses filled in as declared
+ // in superclass clauses).
+ RawType* BasicType() const;
rmacnak 2013/09/11 21:10:21 Perhaps ImplicitInstantiationType?
+
regis 2013/09/11 21:37:40 This is not the way to do it. You need to finalize
RawLibrary* library() const { return raw_ptr()->library_; }
void set_library(const Library& value) const;
« runtime/lib/mirrors.cc ('K') | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698