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

Unified Diff: runtime/lib/mirrors.cc

Issue 19604004: Introduce an abstract DeclarationMirror in the implementation hierarchy; add a MirrorReference refl… (Closed) Base URL: http://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
« no previous file with comments | « no previous file | runtime/lib/mirrors_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/mirrors.cc
===================================================================
--- runtime/lib/mirrors.cc (revision 25186)
+++ runtime/lib/mirrors.cc (working copy)
@@ -371,6 +371,7 @@
}
Dart_Handle args[] = {
+ CreateMirrorReference(type_var),
type_var_name,
owner_mirror,
CreateLazyMirror(upper_bound),
@@ -435,6 +436,7 @@
}
Dart_Handle args[] = {
+ CreateMirrorReference(cls),
cls_name,
owner_mirror,
CreateLazyMirror(referent),
« no previous file with comments | « no previous file | runtime/lib/mirrors_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698