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

Unified Diff: runtime/vm/parser.h

Issue 2673093003: Refactor type finalization in VM so that the parser only resolves type (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | runtime/vm/parser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index d4815be6c7cbc7a1482ccfb4969660b6c1af30ce..539435b11e45d372a97365d8fb769dd0a7fa8927 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -514,10 +514,9 @@ class Parser : public ValueObject {
void ParseLibraryImportObsoleteSyntax();
void ParseLibraryIncludeObsoleteSyntax();
- void ResolveSignature(ClassFinalizer::FinalizationKind finalization,
- const Function& signature);
- void ResolveType(ClassFinalizer::FinalizationKind finalization,
- AbstractType* type);
+ void ResolveSignature(const Function& signature);
+ void ResolveType(AbstractType* type);
+ RawAbstractType* CanonicalizeType(const AbstractType& type);
RawAbstractType* ParseType(ClassFinalizer::FinalizationKind finalization,
bool allow_deferred_type = false,
bool consume_unresolved_prefix = true);
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698