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

Unified Diff: runtime/bin/vmservice/client/lib/src/observatory/application.dart

Issue 82793004: Add field and function view for libraries. Rough cut. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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: runtime/bin/vmservice/client/lib/src/observatory/application.dart
===================================================================
--- runtime/bin/vmservice/client/lib/src/observatory/application.dart (revision 30547)
+++ runtime/bin/vmservice/client/lib/src/observatory/application.dart (working copy)
@@ -27,6 +27,7 @@
return isolateManager.isolates[id];
}
+
Ivan Posva 2013/11/22 22:38:12 ?
turnidge 2013/11/22 22:49:58 Done.
turnidge 2013/11/22 22:49:58 Done.
/// Return the name of the isolate with [id].
String getIsolateName(int id) {
var isolate = getIsolate(id);

Powered by Google App Engine
This is Rietveld 408576698