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

Unified Diff: runtime/vm/object.h

Issue 23872010: Add metadata for type parameters (TypeVariableMirror). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: addressed comments 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
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 5b8ff17d85efff556e1d86347097ab85c96a1c28..56ce80753c1cc42c569ded00cc03d7d954f6945e 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2397,6 +2397,8 @@ class Library : public Object {
void AddFieldMetadata(const Field& field, intptr_t token_pos) const;
void AddFunctionMetadata(const Function& func, intptr_t token_pos) const;
void AddLibraryMetadata(const Class& cls, intptr_t token_pos) const;
+ void AddTypeParameterMetadata(const TypeParameter& param,
+ intptr_t token_pos) const;
RawObject* GetMetadata(const Object& obj) const;
intptr_t num_anonymous_classes() const { return raw_ptr()->num_anonymous_; }
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698