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

Unified Diff: runtime/vm/symbols.h

Issue 20216002: Make ClassMirror.typeVariables lazy and convert dependencies to native code. (Closed) Base URL: https://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
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 78e72b1746b5491d60dac03710d9fae7292f9235..c7fdda6fb91cd59aa2918f8ee4859d746c5c8abc 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -274,6 +274,7 @@ class ObjectPointerVisitor;
V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \
V(_LocalIsolateMirrorImpl, "_LocalIsolateMirrorImpl") \
V(_LocalMirrorSystemImpl, "_LocalMirrorSystemImpl") \
+ V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \
// Contains a list of frequently used strings in a canonicalized form. This
« runtime/lib/mirrors.cc ('K') | « runtime/vm/object.cc ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698