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

Unified Diff: pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart

Issue 2672063003: Implement SuperPropertySet and SuperNoSuchMethod. (Closed)
Patch Set: merged with master 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
Index: pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
diff --git a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
index ec3048c6ff9f78233f5b60d4f52187a9f8499c6e..4c9fe6e180344c7ae1d1143b44dd6ec8a89a191f 100644
--- a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
+++ b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
@@ -346,6 +346,9 @@ class KernelAstAdapter extends KernelElementAdapterMixin {
});
}
+ ir.Procedure get createInvocationMirror =>
+ kernel.functions[_backend.helpers.createInvocationMirror];
+
ir.Class get mapLiteralClass =>
kernel.classes[_backend.helpers.mapLiteralClass];

Powered by Google App Engine
This is Rietveld 408576698