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

Unified Diff: runtime/vm/service.h

Issue 2411153002: Make reloadSources service RPC public (Closed)
Patch Set: turnidge review Created 4 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 | « runtime/vm/isolate.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.h
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index 6f9d1d60494033f24dbe87359b0b5d097a93b1ba..935f176e86c79d4ce6609ed0fe1e44dcbc7e0a35 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -164,6 +164,8 @@ class Service : public AllStatic {
static void PrintJSONForVM(JSONStream* js, bool ref);
+ static void CheckForPause(Isolate* isolate, JSONStream* stream);
+
private:
static void InvokeMethod(Isolate* isolate,
const Array& message,
@@ -199,6 +201,8 @@ class Service : public AllStatic {
const char* kind,
JSONStream* event);
+ static void MaybePause(Isolate* isolate);
+
static EmbedderServiceHandler* isolate_service_handler_head_;
static EmbedderServiceHandler* root_service_handler_head_;
static Dart_ServiceStreamListenCallback stream_listen_callback_;
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698