| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 227a32b95daf640bc7f652c4dd845c4cbc5432b9..6784ecee6303ea7a8b77beb426fa49accf3708cc 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -21,6 +21,11 @@ namespace dart {
|
| V(Object_noSuchMethod, 6) \
|
| V(Object_runtimeType, 1) \
|
| V(Object_instanceOf, 5) \
|
| + V(Object_instanceOfNum, 2) \
|
| + V(Object_instanceOfInt, 2) \
|
| + V(Object_instanceOfSmi, 2) \
|
| + V(Object_instanceOfDouble, 2) \
|
| + V(Object_instanceOfString, 2) \
|
| V(Object_as, 4) \
|
| V(Function_apply, 2) \
|
| V(FunctionImpl_equals, 2) \
|
|
|