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

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

Issue 2059883003: DevFS initial implementation (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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/lib/vmservice_patch.dart ('k') | runtime/observatory/tests/service/dev_fs_test.dart » ('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 bcaf2f8a779d2aac634b2709a2f6e840a8097b26..a8397282ca32dcc21317fa98021a066cf7a6a38c 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -42,7 +42,10 @@ class ServerRpcException extends RpcException {
static const kStreamNotSubscribed = 104;
static const kIsolateMustBeRunnable = 105;
static const kIsolateMustBePaused = 106;
- static const kIsolateIsReloading = 107;
+ static const kIsolateIsReloading = 1000;
+ static const kFileSystemAlreadyExists = 1001;
+ static const kFileSystemDoesNotExist = 1002;
+ static const kFileDoesNotExist = 1003;
int code;
Map data;
« no previous file with comments | « runtime/lib/vmservice_patch.dart ('k') | runtime/observatory/tests/service/dev_fs_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698