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

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

Issue 746993002: Avoid patching in dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/elements/elements.dart
diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
index 6341a3b632e6e44d3287fc337e66318c535e2c47..a3240ba5c180d29b5aede0e9d767a1475b525fe4 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -401,7 +401,6 @@ abstract class Element implements Entity {
Element get origin;
bool get isSynthesized;
- bool get isForwardingConstructor;
bool get isMixinApplication;
bool get hasFixedBackendName;
@@ -1140,6 +1139,9 @@ abstract class FunctionElement extends Element
/// The synchronous/asynchronous marker on this function.
AsyncMarker get asyncMarker;
+
+ /// `true` if this function is external.
+ bool get isExternal;
}
/// Enum for the synchronous/asynchronous function body modifiers.

Powered by Google App Engine
This is Rietveld 408576698