Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index c5ce3c388049c7137f1016608518b2765bb8f61d..042d0bd44d4dccbd1dc3af0627b94a8e43c2aa1f 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -323,6 +323,7 @@ namespace internal { |
| F(PushWithContext, 2, 1) \ |
| F(PushCatchContext, 3, 1) \ |
| F(PushBlockContext, 2, 1) \ |
| + F(PushModuleContext, 2, 1) \ |
| F(DeleteContextSlot, 2, 1) \ |
| F(LoadContextSlot, 2, 2) \ |
| F(LoadContextSlotNoReferenceError, 2, 2) \ |