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

Unified Diff: pkg/compiler/lib/src/common/backend_api.dart

Issue 2563443007: Reduce use of Compiler.closedWorld (Closed)
Patch Set: Created 4 years 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 | 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/common/backend_api.dart
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
index fb4f1537c442a8ad10d6649e9aedce8e81001b95..764341ce993875a0a9399ce07be909c11eba3568 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -397,6 +397,7 @@ abstract class BackendClasses {
ClassElement get numImplementation;
ClassElement get stringImplementation;
ClassElement get listImplementation;
+ ClassElement get mutableListImplementation;
ClassElement get growableListImplementation;
ClassElement get fixedListImplementation;
ClassElement get constListImplementation;
@@ -412,4 +413,8 @@ abstract class BackendClasses {
ClassElement get syncStarIterableImplementation;
ClassElement get asyncFutureImplementation;
ClassElement get asyncStarStreamImplementation;
+ ClassElement get indexableImplementation;
+ ClassElement get mutableIndexableImplementation;
+
+ bool isDefaultEqualityImplementation(Element element);
}
« no previous file with comments | « no previous file | pkg/compiler/lib/src/inferrer/inferrer_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698