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

Unified Diff: runtime/vm/ast.h

Issue 1455213002: Handle potentially const interpolation (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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/ast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/ast.h
diff --git a/runtime/vm/ast.h b/runtime/vm/ast.h
index 14934fd3cefa0b997519cf20d379679f05e93a2e..1290a0f8239b52d2d0c7401f53e45fdd3b1d30bb 100644
--- a/runtime/vm/ast.h
+++ b/runtime/vm/ast.h
@@ -411,6 +411,8 @@ class StringInterpolateNode : public AstNode {
ArrayNode* value() const { return value_; }
+ virtual bool IsPotentiallyConst() const;
+
DECLARE_COMMON_NODE_FUNCTIONS(StringInterpolateNode);
private:
« no previous file with comments | « no previous file | runtime/vm/ast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698