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

Unified Diff: pkg/analyzer/lib/src/task/driver.dart

Issue 1415503006: add work item info to context status page (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: fix whitespace Created 5 years, 2 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/analysis_server/lib/src/status/get_handler.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/task/driver.dart
diff --git a/pkg/analyzer/lib/src/task/driver.dart b/pkg/analyzer/lib/src/task/driver.dart
index 8ccbbdd8c2940fdfb6191d068d30ff1febc58c9c..6cce8b91ecb78f2a0c47b0b85b96d817634b03d9 100644
--- a/pkg/analyzer/lib/src/task/driver.dart
+++ b/pkg/analyzer/lib/src/task/driver.dart
@@ -737,6 +737,8 @@ class WorkOrder implements Iterator<WorkItem> {
*/
final _WorkOrderDependencyWalker _dependencyWalker;
+ List<WorkItem> get workItems => _dependencyWalker._path;
pquitslund 2015/10/23 20:33:28 Maybe a doc here?
+
/**
* The strongly connected component most recently returned by
* [_dependencyWalker], minus any [WorkItem]s that the iterator has already
« no previous file with comments | « pkg/analysis_server/lib/src/status/get_handler.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698