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

Unified Diff: runtime/vm/parser.h

Issue 1303973007: Moar constant caching (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: less moar Created 5 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
« 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 ece272949ccec809dd1b83eb9ede6f3e32515ac2..f081a7a0922a1d00e95ecd54be1f61e4a223fe7a 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -399,7 +399,7 @@ class Parser : public ValueObject {
const TypeArguments& type_arguments,
const Function& constructor,
ArgumentListNode* arguments);
- AstNode* FoldConstExpr(intptr_t expr_pos, AstNode* expr);
+ LiteralNode* FoldConstExpr(intptr_t expr_pos, AstNode* expr);
// Support for parsing of scripts.
void ParseTopLevel();
« 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