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

Unified Diff: runtime/bin/vmservice/loader.dart

Issue 2775463002: Make --trace-loading great again. (Closed)
Patch Set: Created 3 years, 9 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 | « runtime/bin/main.cc ('k') | runtime/bin/vmservice_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/loader.dart
diff --git a/runtime/bin/vmservice/loader.dart b/runtime/bin/vmservice/loader.dart
index 0d9246a40c52d9886adaaa99508e091945206877..4b4d575d5bd7616b88cbd37ed812f01cc6876be7 100644
--- a/runtime/bin/vmservice/loader.dart
+++ b/runtime/bin/vmservice/loader.dart
@@ -62,6 +62,8 @@ class FileRequest {
FileRequest(this.sp, this.tag, this.uri, this.resolvedUri, this.libraryUrl);
}
+bool _traceLoading = false;
+
// State associated with the isolate that is used for loading.
class IsolateLoaderState extends IsolateEmbedderData {
IsolateLoaderState(this.isolateId);
@@ -101,8 +103,6 @@ class IsolateLoaderState extends IsolateEmbedderData {
// The root script's uri.
Uri _rootScript;
- bool _traceLoading = false;
-
// Packages are either resolved looking up in a map or resolved from within a
// package root.
bool get _packagesReady =>
« no previous file with comments | « runtime/bin/main.cc ('k') | runtime/bin/vmservice_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698