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

Unified Diff: runtime/vm/parser.h

Issue 2979763002: [VM generic function types] Properly set the scope function after parsing a (Closed)
Patch Set: work in progress Created 3 years, 5 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/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index 3dd35dc5086639796c59b97be1156db912458d66..b00b3bc38d41e9597674168c7989c0c3d47daf87 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -540,8 +540,8 @@ class Parser : public ValueObject {
void ParseLibraryImportObsoleteSyntax();
void ParseLibraryIncludeObsoleteSyntax();
- void ResolveSignature(const Function& signature);
- void ResolveType(AbstractType* type);
+ void ResolveSignatureTypeParameters(const Function& signature);
+ void ResolveTypeParameters(AbstractType* type);
RawAbstractType* CanonicalizeType(const AbstractType& type);
RawAbstractType* ParseType(ClassFinalizer::FinalizationKind finalization,
bool allow_deferred_type = false,

Powered by Google App Engine
This is Rietveld 408576698