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

Unified Diff: pkg/compiler/lib/src/js_emitter/model.dart

Issue 2842653003: Include superclasses of classes only needed for rti (Closed)
Patch Set: Update status file Created 3 years, 8 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 | pkg/compiler/lib/src/js_emitter/program_builder/collector.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_emitter/model.dart
diff --git a/pkg/compiler/lib/src/js_emitter/model.dart b/pkg/compiler/lib/src/js_emitter/model.dart
index 6bf9e2abdc6f94d49b0d93ca2f6dc3677ae2aa5a..e0a8fda68e242fc7a187b34cbe0375f2b2bb86f1 100644
--- a/pkg/compiler/lib/src/js_emitter/model.dart
+++ b/pkg/compiler/lib/src/js_emitter/model.dart
@@ -282,6 +282,8 @@ class Class implements FieldContainer {
int get superclassHolderIndex =>
(superclass == null) ? 0 : superclass.holder.index;
+
+ String toString() => 'Class(${element.name})';
}
class MixinApplication extends Class {
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_emitter/program_builder/collector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698