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

Unified Diff: pkg/compiler/lib/src/js_model/elements.dart

Issue 3004433002: Encapsulate the index based maps for entities. (Closed)
Patch Set: Created 3 years, 4 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/js_model/elements.dart
diff --git a/pkg/compiler/lib/src/js_model/elements.dart b/pkg/compiler/lib/src/js_model/elements.dart
index ea240f051aec84b95e2f5782bccf1b92d3a0e5bf..910c3d2ff7adf9eff55c8b3bc6643ea5308eb45b 100644
--- a/pkg/compiler/lib/src/js_model/elements.dart
+++ b/pkg/compiler/lib/src/js_model/elements.dart
@@ -138,7 +138,7 @@ class JsElementCreatorMixin {
isFromEnvironmentConstructor: isFromEnvironmentConstructor);
}
- ConstructorBodyEntity createConstructorBody(
+ JConstructorBody createConstructorBody(
int memberIndex, ConstructorEntity constructor) {
return new JConstructorBody(memberIndex, constructor);
}
« no previous file with comments | « no previous file | pkg/compiler/lib/src/kernel/element_map_impl.dart » ('j') | pkg/compiler/lib/src/kernel/element_map_impl.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698