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