Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index fea9b4d6fca8fd3fb71e30276cb1f1c782de40e2..0be40ef2610a7bfb97d0015e811640690c4ef21e 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -21,8 +21,13 @@ namespace dart { |
V(Object_noSuchMethod, 6) \ |
V(Object_runtimeType, 1) \ |
V(Object_haveSameRuntimeType, 2) \ |
- V(Object_instanceOf, 3) \ |
+ V(Object_instanceOf, 4) \ |
V(Object_simpleInstanceOf, 2) \ |
+ V(Object_instanceOfNum, 2) \ |
+ V(Object_instanceOfInt, 2) \ |
+ V(Object_instanceOfSmi, 2) \ |
+ V(Object_instanceOfDouble, 2) \ |
+ V(Object_instanceOfString, 2) \ |
V(Object_as, 3) \ |
V(Function_apply, 2) \ |
V(Closure_equals, 2) \ |