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

Unified Diff: runtime/observatory/lib/src/service/object.dart

Issue 2614643003: Document some recent service protocol features (Closed)
Patch Set: Document some recent service protocol features Created 3 years, 11 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 | « no previous file | runtime/vm/json_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/service/object.dart
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
index b27a977c5a604c0d103c18439f1c9f5fd69b12fd..76c1941832c61a6db4c8ca2f1c3a3e7f7f3b5cc8 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -43,12 +43,12 @@ class ServerRpcException extends RpcException implements M.RequestException {
static const kIsolateMustBeRunnable = 105;
static const kIsolateMustBePaused = 106;
static const kCannotResume = 107;
- static const kIsolateIsReloading = 1000;
+ static const kIsolateIsReloading = 108;
+ static const kIsolateReloadBarred = 109;
+
static const kFileSystemAlreadyExists = 1001;
static const kFileSystemDoesNotExist = 1002;
static const kFileDoesNotExist = 1003;
- static const kIsolateReloadFailed = 1004;
- static const kIsolateReloadBarred = 1005;
int code;
Map data;
« no previous file with comments | « no previous file | runtime/vm/json_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698