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

Unified Diff: runtime/vm/symbols.h

Issue 546053002: - Refactor the way X.fromEnvironment is implemented. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 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
===================================================================
--- runtime/vm/symbols.h (revision 39888)
+++ runtime/vm/symbols.h (working copy)
@@ -131,6 +131,8 @@
V(_Bigint, "_Bigint") \
V(_Double, "_Double") \
V(Bool, "bool") \
+ V(True, "true") \
+ V(False, "false") \
V(_List, "_List") \
V(_ListFactory, "_List.") \
V(_GrowableList, "_GrowableList") \
@@ -314,6 +316,7 @@
V(Default, "Default") \
V(StubPrefix, "[Stub] ") \
V(ClassID, "ClassID") \
+ V(DartIsVM, "dart.isVM") \
// Contains a list of frequently used strings in a canonicalized form. This

Powered by Google App Engine
This is Rietveld 408576698