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

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: RareType 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..a23c441996e7b22607c342294641ceb3a6b2f5ef 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 in with
+ // dynamic and type parameters declared in superclasses filled in as declared
+ // in superclass clauses.
+ RawType* RareType() const;
+
RawLibrary* library() const { return raw_ptr()->library_; }
void set_library(const Library& value) const;
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698