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

Unified Diff: runtime/vm/kernel_isolate.h

Issue 2651633002: VM: [Kernel] Fix bootstraping when Kernel isolate is used. (Closed)
Patch Set: 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
Index: runtime/vm/kernel_isolate.h
diff --git a/runtime/vm/kernel_isolate.h b/runtime/vm/kernel_isolate.h
index 8f54c347a1820b9c081cc68e299f21632ec56d8b..7c0afe56fb5434c911ca9d67b9ed55bdcdbf9bb0 100644
--- a/runtime/vm/kernel_isolate.h
+++ b/runtime/vm/kernel_isolate.h
@@ -29,6 +29,8 @@ class KernelIsolate : public AllStatic {
static bool LoadScript(const String& url, const String& source);
hausner 2017/01/24 00:50:55 LoadScript seems to have no implementation (even b
Vyacheslav Egorov (Google) 2017/01/30 19:34:14 Done.
+ static Dart_KernelCompilationResult CompileToKernel(const char* script_uri);
+
protected:
static Monitor* monitor_;
static Dart_IsolateCreateCallback create_callback_;

Powered by Google App Engine
This is Rietveld 408576698