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

Unified Diff: runtime/vm/symbols.h

Issue 1255063005: Constructor tear-off closures (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Skip tearoff test in analyzer and dart2js 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
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index ae51070eed43bf6fd47bb3069d530c8b070a6c59..2cdaf9eed3095bfa145b6301f9982a98f5b35b77 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -389,6 +389,7 @@ class ObjectPointerVisitor;
V(last, "last") \
V(removeLast, "removeLast") \
V(add, "add") \
+ V(ConstructorClosurePrefix, "new#") \
// Contains a list of frequently used strings in a canonicalized form. This

Powered by Google App Engine
This is Rietveld 408576698