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

Unified Diff: pkg/compiler/lib/src/universe/element_world_builder.dart

Issue 2929643002: Introduce JsStrategy skeleton (Closed)
Patch Set: Updated cf. comments Created 3 years, 6 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/universe/element_world_builder.dart
diff --git a/pkg/compiler/lib/src/universe/element_world_builder.dart b/pkg/compiler/lib/src/universe/element_world_builder.dart
index 9eaf7244d370dfa7fddac882135bbc0b6bedf954..24c414a59ea1555145f06090bb9eb6d63907623c 100644
--- a/pkg/compiler/lib/src/universe/element_world_builder.dart
+++ b/pkg/compiler/lib/src/universe/element_world_builder.dart
@@ -179,6 +179,7 @@ class ElementResolutionWorldBuilder extends ResolutionWorldBuilderBase {
interceptorData: _interceptorDataBuilder.close(),
backendUsage: _backendUsageBuilder.close(),
resolutionWorldBuilder: this,
+ implementedClasses: _implementedClasses,
functionSet: _allFunctions.close(),
allTypedefs: _allTypedefs,
mixinUses: _mixinUses,
« no previous file with comments | « pkg/compiler/lib/src/resolution/members.dart ('k') | pkg/compiler/lib/src/universe/resolution_world_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698