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