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

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 fcf17aa192c8fd80c7fef40e6255d2198b36c0ab..627e5d7ba51cdb2dff973176e603f9f822bc7a13 100644
--- a/runtime/vm/kernel_binary_flowgraph.h
+++ b/runtime/vm/kernel_binary_flowgraph.h
@@ -483,7 +483,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,
« no previous file with comments | « pkg/kernel/testcases/closures_type_vars/type_variables.dart.expect ('k') | runtime/vm/kernel_binary_flowgraph.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698