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

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

Issue 2901823002: Type .targetElement as MemberEntity (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder_kernel.dart ('k') | pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/graph_builder.dart
diff --git a/pkg/compiler/lib/src/ssa/graph_builder.dart b/pkg/compiler/lib/src/ssa/graph_builder.dart
index a6210e6c3c5178c5dbf3f6581689c2a69ba72c1c..31cf77d1f8730a85ae166ef36e5218f92b766fbd 100644
--- a/pkg/compiler/lib/src/ssa/graph_builder.dart
+++ b/pkg/compiler/lib/src/ssa/graph_builder.dart
@@ -10,7 +10,7 @@ import '../compiler.dart';
import '../deferred_load.dart';
import '../diagnostics/diagnostic_listener.dart';
import '../elements/elements.dart';
-import '../elements/entities.dart' show Entity, Local;
+import '../elements/entities.dart' show Entity, Local, MemberEntity;
import '../elements/resolution_types.dart';
import '../elements/types.dart';
import '../js_backend/backend.dart';
@@ -282,7 +282,7 @@ abstract class GraphBuilder {
HInstruction typeInfo, HInstruction newObject);
/// The element for which this SSA builder is being used.
- Element get targetElement;
+ MemberEntity get targetElement;
TypeBuilder get typeBuilder;
/// Helper to implement JS_GET_FLAG.
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder_kernel.dart ('k') | pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698