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

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

Issue 2692303002: Split InterceptorData (Closed)
Patch Set: Created 3 years, 10 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 | pkg/compiler/lib/src/js_backend/backend.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 462be2a225db0f916af1eab381aa0918cf8618b6..d4a6a4d5b46b068df909164266378b5a6d3d2977 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -173,10 +173,6 @@ abstract class BackendClasses {
/// This either `Object.==`, `Intercepter.==` or `Null.==`.
bool isDefaultEqualityImplementation(MemberEntity element);
- /// Returns `true` if [cls] is an intercepted class.
- // TODO(johnniwinther): Rename this to `isInterceptedClass`.
- bool isInterceptorClass(ClassEntity cls);
-
/// Returns `true` if [cls] is a native class.
bool isNativeClass(ClassEntity element);
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_backend/backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698