| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 5e6a165bbf8ce74a3c974731f85545500d7b6fcf..7e15dcba3bbeadc8d66ff907d6ac22387fb76c01 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -311,6 +311,9 @@ class ObjectPointerVisitor;
|
| V(TwoNewlines, "\n\n") \
|
| V(TwoSpaces, " ") \
|
| V(_instanceOf, "_instanceOf") \
|
| + V(_simpleInstanceOf, "_simpleInstanceOf") \
|
| + V(_simpleInstanceOfTrue, "_simpleInstanceOfTrue") \
|
| + V(_simpleInstanceOfFalse, "_simpleInstanceOfFalse") \
|
| V(_instanceOfSmi, "_instanceOfSmi") \
|
| V(_instanceOfNum, "_instanceOfNum") \
|
| V(_instanceOfInt, "_instanceOfInt") \
|
|
|