| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 68f4751ebbecdf8f95330d121e308f3c64c2e4ba..ee38d31f4b494f62b6cecd2874cca1bd77eb79bc 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -311,6 +311,11 @@ class ObjectPointerVisitor;
|
| V(TwoNewlines, "\n\n") \
|
| V(TwoSpaces, " ") \
|
| V(_instanceOf, "_instanceOf") \
|
| + V(_instanceOfSmi, "_instanceOfSmi") \
|
| + V(_instanceOfNum, "_instanceOfNum") \
|
| + V(_instanceOfInt, "_instanceOfInt") \
|
| + V(_instanceOfDouble, "_instanceOfDouble") \
|
| + V(_instanceOfString, "_instanceOfString") \
|
| V(_as, "_as") \
|
| V(GetterPrefix, "get:") \
|
| V(SetterPrefix, "set:") \
|
|
|