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

Unified Diff: runtime/vm/raw_object.h

Issue 2931773005: [kernel] Delete most of the AST (Closed)
Patch Set: Remove getMainClosure handeling as it no longer exists Created 3 years, 6 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/raw_object.h
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
index a94bf639db959e11f7f30744da48bc31356dc0a6..fb88572d9501dae345e85b750deecc3273dcb7d0 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -1101,6 +1101,7 @@ class RawScript : public RawObject {
int64_t load_timestamp_;
const uint8_t* kernel_data_;
intptr_t kernel_data_size_;
+ intptr_t kernel_script_index_;
};

Powered by Google App Engine
This is Rietveld 408576698