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

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 1b000abaa4f16fac1ead9f0c0db18e375a377864..8a6dcf371ae9e687b26cf65e8a9204e2574094c6 100644
--- a/runtime/vm/kernel_binary_flowgraph.h
+++ b/runtime/vm/kernel_binary_flowgraph.h
@@ -476,7 +476,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