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

Unified Diff: lib/compiler/implementation/universe.dart

Issue 10383065: Start creating a MemberSet abstraction, and use it to fold getters/setters into field accesses. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: lib/compiler/implementation/universe.dart
===================================================================
--- lib/compiler/implementation/universe.dart (revision 7442)
+++ lib/compiler/implementation/universe.dart (working copy)
@@ -59,7 +59,7 @@
bool hasSetter(Element member, Compiler compiler) {
return hasMatchingSelector(
compiler.universe.invokedSetters[member.name], member, compiler);
- }
+ }
}
class SelectorKind {

Powered by Google App Engine
This is Rietveld 408576698