Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 11348) |
| +++ src/runtime.h (working copy) |
| @@ -323,6 +323,7 @@ |
| 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) \ |