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

Unified Diff: pkg/compiler/lib/src/serialization/task.dart

Issue 1856713002: Test ResolutionImpact equivalence. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comments Created 4 years, 8 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/serialization/modelz.dart ('k') | pkg/compiler/lib/src/universe/selector.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/serialization/task.dart
diff --git a/pkg/compiler/lib/src/serialization/task.dart b/pkg/compiler/lib/src/serialization/task.dart
index 95059faaa1e229f477767a04320a4c5b7c472d41..b7119ecad65352ba4f726d2cf4ed2a75e5c67506 100644
--- a/pkg/compiler/lib/src/serialization/task.dart
+++ b/pkg/compiler/lib/src/serialization/task.dart
@@ -5,6 +5,7 @@
library dart2js.serialization.task;
import '../common/resolution.dart' show
+ ResolutionImpact,
ResolutionWorkItem;
import '../common/tasks.dart' show
CompilerTask;
@@ -89,5 +90,6 @@ class DeserializedResolutionWorkItem implements ResolutionWorkItem {
abstract class DeserializerSystem {
LibraryElement readLibrary(Uri resolvedUri);
bool isDeserialized(Element element);
+ ResolutionImpact getResolutionImpact(Element element);
WorldImpact computeWorldImpact(Element element);
}
« no previous file with comments | « pkg/compiler/lib/src/serialization/modelz.dart ('k') | pkg/compiler/lib/src/universe/selector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698