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

Unified Diff: pkg/compiler/lib/src/common/resolution.dart

Issue 1856953003: Test closed world model after deserialization. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Improve test precision 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
Index: pkg/compiler/lib/src/common/resolution.dart
diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
index 95b71482ec756505f538e7da53b1f3280d10d80a..d8a444e8587545e13d796472fd4f6339ead78254 100644
--- a/pkg/compiler/lib/src/common/resolution.dart
+++ b/pkg/compiler/lib/src/common/resolution.dart
@@ -186,6 +186,8 @@ abstract class Resolution {
DiagnosticReporter get reporter;
CoreTypes get coreTypes;
+ /// If set to `true` resolution caches will not be cleared. Use the only for
Siggi Cherem (dart-lang) 2016/04/05 15:19:30 the only => only
Johnni Winther 2016/04/20 10:12:36 Done.
+ /// testing.
bool retainCaches;
Siggi Cherem (dart-lang) 2016/04/05 15:19:30 since Dart doesn't have annotations for testing, I
Johnni Winther 2016/04/20 10:12:36 Done.
void resolveTypedef(TypedefElement typdef);
« no previous file with comments | « no previous file | pkg/compiler/lib/src/elements/common.dart » ('j') | tests/compiler/dart2js/serialization_model_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698