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

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

Issue 2967933002: Bring js_model/model_test on par with compile_from_dill tests. (Closed)
Patch Set: Created 3 years, 5 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_model/js_strategy.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/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 b5c87d1cc3f7ad41040139f8539234a74970c7b7..d1bde087e14c97f89529b7383c167b1444a382a1 100644
--- a/pkg/compiler/lib/src/js_model/elements.dart
+++ b/pkg/compiler/lib/src/js_model/elements.dart
@@ -17,7 +17,6 @@ import '../kernel/elements.dart';
import '../kernel/element_map_impl.dart';
import '../native/behavior.dart';
import '../universe/class_set.dart';
-import '../universe/world_builder.dart';
import '../world.dart';
/// Bidirectional map between 'frontend' and 'backend' elements.
@@ -529,9 +528,9 @@ class JsClosedWorld extends ClosedWorldBase with KernelClosedWorldMixin {
NativeData nativeData,
InterceptorData interceptorData,
BackendUsage backendUsage,
- ResolutionWorldBuilder resolutionWorldBuilder,
Set<ClassEntity> implementedClasses,
Iterable<MemberEntity> liveInstanceMembers,
+ Iterable<MemberEntity> assignedInstanceMembers,
Set<TypedefElement> allTypedefs,
Map<ClassEntity, Set<ClassEntity>> mixinUses,
Map<ClassEntity, Set<ClassEntity>> typesImplementedBySubclasses,
@@ -545,9 +544,9 @@ class JsClosedWorld extends ClosedWorldBase with KernelClosedWorldMixin {
nativeData,
interceptorData,
backendUsage,
- resolutionWorldBuilder,
implementedClasses,
liveInstanceMembers,
+ assignedInstanceMembers,
allTypedefs,
mixinUses,
typesImplementedBySubclasses,
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_model/js_strategy.dart » ('j') | pkg/compiler/lib/src/world.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698