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

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: rebase + TODOs 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 a23c441996e7b22607c342294641ceb3a6b2f5ef..368a168ebdabbea7dd8e3a1a9d3ee98506194385 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2395,6 +2395,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') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698