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

Unified Diff: runtime/vm/parser.h

Issue 2064663002: Make VM accept function values in assert statements. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 3bcb6889231e23e426cf52ffc23aacdbc9bcd9cc..31c6ec05e023a92efd442be6cb10f2f3b420c287 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -898,7 +898,7 @@ class Parser : public ValueObject {
const String* left_ident,
TokenPosition left_pos,
bool is_compound = false);
- AstNode* InsertClosureCallNodes(AstNode* condition);
+ AstNode* HandleAssertCondition(AstNode* condition);
ConstructorCallNode* CreateConstructorCallNode(
TokenPosition token_pos,

Powered by Google App Engine
This is Rietveld 408576698