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

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

Issue 1137683002: Add missing implementations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/elements/modelx.dart
diff --git a/pkg/compiler/lib/src/elements/modelx.dart b/pkg/compiler/lib/src/elements/modelx.dart
index 06368b571de57317179c1e413480a4ff2dd3a19f..f5e691b8f81ac4b02b8c9d19fe3f67be057295ec 100644
--- a/pkg/compiler/lib/src/elements/modelx.dart
+++ b/pkg/compiler/lib/src/elements/modelx.dart
@@ -283,6 +283,10 @@ class ErroneousElementX extends ElementX implements ErroneousElement {
bool get isSynthesized => true;
+ bool get isCyclicRedirection => false;
+
+ PrefixElement get redirectionDeferredPrefix => null;
+
AbstractFieldElement abstractField;
unsupported() {
@@ -414,6 +418,10 @@ class ErroneousConstructorElementX extends ErroneousElementX
throw new UnsupportedError("nestedClosures=");
}
+ set redirectionDeferredPrefix(_) {
+ throw new UnsupportedError("redirectionDeferredPrefix=");
+ }
+
bool get hasNoBody => false;
bool get _hasNoBody => false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698