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

Unified Diff: runtime/vm/kernel_binary_flowgraph.h

Issue 2992323002: [kernel] Allow local initializers with redirecting constructors. (Closed)
Patch Set: 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 | « no previous file | runtime/vm/kernel_binary_flowgraph.cc » ('j') | runtime/vm/kernel_binary_flowgraph.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_binary_flowgraph.h
diff --git a/runtime/vm/kernel_binary_flowgraph.h b/runtime/vm/kernel_binary_flowgraph.h
index bf5e4e64e5544c7159d1511f633a07787b1dd68b..983e9b0d988d0cb7806961d8a6f9581ba3968cd3 100644
--- a/runtime/vm/kernel_binary_flowgraph.h
+++ b/runtime/vm/kernel_binary_flowgraph.h
@@ -406,6 +406,7 @@ class StreamingFlowGraphBuilder {
void SkipListOfStrings();
void SkipListOfVariableDeclarations();
void SkipTypeParametersList();
+ void SkipInitializer();
void SkipExpression();
void SkipStatement();
void SkipFunctionNode();
« no previous file with comments | « no previous file | runtime/vm/kernel_binary_flowgraph.cc » ('j') | runtime/vm/kernel_binary_flowgraph.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698