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

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

Issue 1043723002: Handle NewExpression in SemanticSendVisitor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleanup. Created 5 years, 9 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/elements/elements.dart
diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
index 4a8af6e0988407418e412e00e2fd8f455cd939e7..4d8f29abb5b21d19fdecf9cff6f8adef1eabafde 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -1223,6 +1223,9 @@ abstract class ConstructorElement extends FunctionElement
/// constructor so its immediate redirection target is `null`.
ConstructorElement get immediateRedirectionTarget;
+ /// Is `true` if this constructor is a redirecting generative constructor.
+ bool get isRedirectingGenerative;
+
/// Is `true` if this constructor is a redirecting factory constructor.
bool get isRedirectingFactory;

Powered by Google App Engine
This is Rietveld 408576698