Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| =================================================================== |
| --- runtime/vm/stub_code.h (revision 15270) |
| +++ runtime/vm/stub_code.h (working copy) |
| @@ -39,6 +39,7 @@ |
| V(GetStackPointer) \ |
| V(JumpToExceptionHandler) \ |
| V(JumpToErrorHandler) \ |
| + V(IdenticalWithNumberCheck) \ |
| // Is it permitted for the stubs above to refer to Object::null(), which is |
| // allocated in the VM isolate and shared across all isolates. |