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

Unified Diff: runtime/vm/kernel_binary_flowgraph.h

Issue 2998803002: [kernel] Support for top-level generic functions. (Closed)
Patch Set: Review comments. 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
Index: runtime/vm/kernel_binary_flowgraph.h
diff --git a/runtime/vm/kernel_binary_flowgraph.h b/runtime/vm/kernel_binary_flowgraph.h
index e183a4db4e6339480e0814394d6c2d50d088d6f1..2ef53c60d3dbe3fb6d47e46a1371a250d7ad603c 100644
--- a/runtime/vm/kernel_binary_flowgraph.h
+++ b/runtime/vm/kernel_binary_flowgraph.h
@@ -482,7 +482,8 @@ class StreamingFlowGraphBuilder {
Fragment StaticCall(TokenPosition position,
const Function& target,
intptr_t argument_count,
- const Array& argument_names);
+ const Array& argument_names,
+ intptr_t type_args_len = 0);
Fragment InstanceCall(TokenPosition position,
const dart::String& name,
Token::Kind kind,

Powered by Google App Engine
This is Rietveld 408576698