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

Unified Diff: runtime/vm/kernel_binary.h

Issue 2886873008: [kernel] Streaming ScopeBuilder (Closed)
Patch Set: 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_binary.h
diff --git a/runtime/vm/kernel_binary.h b/runtime/vm/kernel_binary.h
index 0e6459f1dceb1a792e09f902aa1999ad42890ffb..ac3a1f90e02189e9f85baa3c79e9d14cc15084aa 100644
--- a/runtime/vm/kernel_binary.h
+++ b/runtime/vm/kernel_binary.h
@@ -27,6 +27,7 @@ enum Tag {
kClass = 2,
+ kFunctionNode = 3,
kField = 4,
kConstructor = 5,
kProcedure = 6,

Powered by Google App Engine
This is Rietveld 408576698