| 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
|
|
|