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

Unified Diff: runtime/vm/kernel_reader.h

Issue 2973633002: [kernel] Change how TypeParameterType is calculated. (Closed)
Patch Set: Rebased 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_reader.h
diff --git a/runtime/vm/kernel_reader.h b/runtime/vm/kernel_reader.h
index 34cd7d3c891c705501c7da413daaa95a20b9f0fb..c82af8aa7e7e2d4adf9b15b66f1a76b356cc2bb3 100644
--- a/runtime/vm/kernel_reader.h
+++ b/runtime/vm/kernel_reader.h
@@ -110,6 +110,12 @@ class KernelReader {
const dart::Class& owner,
bool in_class);
+ template <typename U>
+ void ReadAndSetupTypeParameters(U* set_on,
+ intptr_t type_parameter_count,
+ const Class& parameterized_class,
+ const Function& parameterized_function);
+
RawArray* MakeFunctionsArray();
// If klass's script is not the script at the uri index, return a PatchClass

Powered by Google App Engine
This is Rietveld 408576698