Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 25920) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -22,6 +22,8 @@ |
| V(Object_as, 4) \ |
| V(Object_cid, 1) \ |
| V(Function_apply, 2) \ |
| + V(Function_equals, 2) \ |
| + V(Function_hashCode, 1) \ |
| V(InvocationMirror_invoke, 4) \ |
| V(AbstractType_toString, 1) \ |
| V(Identical_comparison, 2) \ |