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

Unified Diff: runtime/vm/kernel_isolate.h

Issue 2881953002: Use Kernel frontend from run_vm_tests. (Closed)
Patch Set: Cleanup Created 3 years, 7 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 2cbb5f90a19f7f883f53e140fb3501caa18c5abc..7cb9f782b6c205373a82bf17a6248c15e9e3d49c 100644
--- a/runtime/vm/kernel_isolate.h
+++ b/runtime/vm/kernel_isolate.h
@@ -27,7 +27,10 @@ class KernelIsolate : public AllStatic {
static Dart_Port WaitForKernelPort();
static Dart_Port KernelPort() { return kernel_port_; }
- static Dart_KernelCompilationResult CompileToKernel(const char* script_uri);
+ static Dart_KernelCompilationResult CompileToKernel(
+ const char* script_uri,
+ int source_files_count = 0,
+ Dart_SourceFile source_files[] = NULL);
protected:
static Monitor* monitor_;

Powered by Google App Engine
This is Rietveld 408576698