Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 12980) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -15,6 +15,8 @@ |
| #define BOOTSTRAP_NATIVE_LIST(V) \ |
| V(Object_toString, 1) \ |
| V(Object_noSuchMethod, 3) \ |
| + V(Object_runtimeType, 1) \ |
| + V(AbstractType_toString, 1) \ |
| V(Integer_bitAndFromInteger, 2) \ |
| V(Integer_bitOrFromInteger, 2) \ |
| V(Integer_bitXorFromInteger, 2) \ |