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

Unified Diff: runtime/vm/symbols.h

Issue 1234883005: Implement tear-off closure operator # (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Address review comments Created 5 years, 5 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 | « runtime/vm/resolver.cc ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index ee8a711a6b35728910c08d8a0007a8354af0f2a6..ae51070eed43bf6fd47bb3069d530c8b070a6c59 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -503,6 +503,9 @@ class Symbols : public AllStatic {
static const String& At() {
return *(symbol_handles_[kNullCharId + '@']);
}
+ static const String& HashMark() {
+ return *(symbol_handles_[kNullCharId + '#']);
+ }
static const String& Semicolon() {
return *(symbol_handles_[kNullCharId + ';']);
}
« no previous file with comments | « runtime/vm/resolver.cc ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698