Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 20744) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -226,6 +226,7 @@ |
| V(TwoNewlines, "\n\n") \ |
| V(TwoSpaces, " ") \ |
| V(_instanceOf, "_instanceOf") \ |
| + V(_as, "_as") \ |
| V(PrivateGetterPrefix, "get:_") \ |
| V(PrivateSetterPrefix, "set:_") \ |
| V(_New, "_new") \ |