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

Unified Diff: runtime/vm/kernel.h

Issue 3010543002: Rename the class "KernelReader" to "KernelLoader". (Closed)
Patch Set: Fix alphabetical order in vm_sources.gni. Created 3 years, 4 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_reload.cc ('k') | runtime/vm/kernel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel.h
diff --git a/runtime/vm/kernel.h b/runtime/vm/kernel.h
index d4e51dfe273d4d0707e74079cdab5a7ebd4da81d..cc150c735664e677f18dcf1ae8740cd6b2e7f6ac 100644
--- a/runtime/vm/kernel.h
+++ b/runtime/vm/kernel.h
@@ -10,6 +10,7 @@
#include "vm/allocation.h"
#include "vm/globals.h"
#include "vm/growable_array.h"
+#include "vm/object.h"
#include "vm/token_position.h"
namespace dart {
@@ -84,6 +85,10 @@ class Program {
ParsedFunction* ParseStaticFieldInitializer(Zone* zone, const Field& field);
+bool FieldHasFunctionLiteralInitializer(const Field& field,
+ TokenPosition* start,
+ TokenPosition* end);
+
} // namespace kernel
kernel::Program* ReadPrecompiledKernelFromBuffer(const uint8_t* buffer,
« no previous file with comments | « runtime/vm/isolate_reload.cc ('k') | runtime/vm/kernel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698