Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 286af0949bc9f892a37a81d8afa60fd36d788deb..4b105eafa434af10096cbe8cdea6b00407447b89 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -73,6 +73,7 @@ namespace internal { |
| F(SetAllocationTimeout, -1 /* 2 || 3 */, 1) \ |
| F(SetNativeFlag, 1, 1) \ |
| F(SetInlineBuiltinFlag, 1, 1) \ |
| + F(DisableOptimisticOptimizations, 1, 1) \ |
| F(StoreArrayLiteralElement, 5, 1) \ |
| F(DebugPrepareStepInIfStepping, 1, 1) \ |
| F(DebugPromiseHandlePrologue, 1, 1) \ |