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

Unified Diff: runtime/vm/service_isolate.h

Issue 1390803002: Move dart:_vmservice native entries into bootstrap natives (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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 | « runtime/vm/bootstrap_natives.cc ('k') | runtime/vm/service_isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_isolate.h
diff --git a/runtime/vm/service_isolate.h b/runtime/vm/service_isolate.h
index bb7e029008782b5996b8c27a8f5482d1c82ec815..a942ec153e7148ebff0426cb73218c004389ded2 100644
--- a/runtime/vm/service_isolate.h
+++ b/runtime/vm/service_isolate.h
@@ -32,6 +32,8 @@ class ServiceIsolate : public AllStatic {
static void SendServiceExitMessage();
static void Shutdown();
+ static void BootVmServiceLibrary();
+
private:
static void KillServiceIsolate();
@@ -47,10 +49,6 @@ class ServiceIsolate : public AllStatic {
return create_callback_;
}
- static Dart_NativeFunction NativeResolver(Dart_Handle name,
- int num_arguments,
- bool* auto_setup_scope);
-
static Dart_IsolateCreateCallback create_callback_;
static uint8_t* exit_message_;
static intptr_t exit_message_length_;
@@ -65,7 +63,6 @@ class ServiceIsolate : public AllStatic {
friend class Dart;
friend class RunServiceTask;
friend class ServiceIsolateNatives;
- friend class Bootstrap;
};
} // namespace dart
« no previous file with comments | « runtime/vm/bootstrap_natives.cc ('k') | runtime/vm/service_isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698