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

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

Issue 1352533002: Enqueue superclasses instead of supertypes. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/common/codegen.dart » ('j') | pkg/compiler/lib/src/world.dart » ('J')
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 7af87501643d19b461e288e2620d4a2a93e7c91c..5ad90dd7c0066ab607bc85ae9a7ee0b582f825aa 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -153,6 +153,12 @@ abstract class Backend {
Enqueuer enqueuer,
Registry registry) {}
+ /// Called to notify to the backend that a class is implemented by an
+ /// instantiated class.
+ void registerImplementedClass(ClassElement cls,
+ Enqueuer enqueuer,
+ Registry registry) {}
+
/// Called to notify to the backend that an interface type has been
/// instantiated.
void registerInstantiatedType(InterfaceType type, Registry registry) {}
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common/codegen.dart » ('j') | pkg/compiler/lib/src/world.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698