| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 17175)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -188,6 +188,9 @@
|
| V(SwitchExpr, ":switch_expr") \
|
| V(TwoNewlines, "\n\n") \
|
| V(TwoSpaces, " ") \
|
| + V(_instanceOf, "_instanceOf") \
|
| + V(PrivateGetterPrefix, "get:_") \
|
| + V(PrivateSetterPrefix, "set:_") \
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
| // list is kept in the vm_isolate in order to share the copy across isolates
|
|
|