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

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

Issue 2425933002: Revert "Change TypeInference to handle super calls as direct invocations." and "Optimize needNoSuch… (Closed)
Patch Set: Created 4 years, 2 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 | « pkg/compiler/lib/src/elements/common.dart ('k') | pkg/compiler/lib/src/inferrer/inferrer_visitor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e854e4d17c07de57c311944412d782f0acef2206..29e2396e84a6db5c33f0d4844f0e78e8423622e4 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -1555,13 +1555,7 @@ abstract class ClassElement extends TypeDeclarationElement
void reverseBackendMembers();
Element lookupMember(String memberName);
-
- /// Looks up a class instance member declared or inherited in this class
- /// using [memberName] to match the (private) name and getter/setter property.
- ///
- /// This method recursively visits superclasses until the member is found or
- /// [stopAt] is reached.
- Element lookupByName(Name memberName, {ClassElement stopAt});
+ Element lookupByName(Name memberName);
Element lookupSuperByName(Name memberName);
Element lookupLocalMember(String memberName);
« no previous file with comments | « pkg/compiler/lib/src/elements/common.dart ('k') | pkg/compiler/lib/src/inferrer/inferrer_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698