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

Unified Diff: pkg/compiler/lib/src/js_model/elements.dart

Issue 2975933002: Check emitter constants and fix tearOffName for JConstructorBody (Closed)
Patch Set: Created 3 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: pkg/compiler/lib/src/js_model/elements.dart
diff --git a/pkg/compiler/lib/src/js_model/elements.dart b/pkg/compiler/lib/src/js_model/elements.dart
index 30244c06d019de9266f6598c5c4acf1970b08180..8d70e2fed23dd465e5b23f159f398675e3a1fd32 100644
--- a/pkg/compiler/lib/src/js_model/elements.dart
+++ b/pkg/compiler/lib/src/js_model/elements.dart
@@ -439,9 +439,6 @@ class JConstructorBody extends JFunction implements ConstructorBodyEntity {
isStatic: false,
isExternal: false);
- @override
- bool get isFunction => true;
-
String get _kind => 'constructor_body';
}

Powered by Google App Engine
This is Rietveld 408576698