Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index fe9cfd9b2f3956a807b5bff556a443a7a188f7c9..b8918cdd33f6ad4dd48d74f2e52a8a693cff8fca 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) \ |