Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 8931) |
| +++ src/runtime.h (working copy) |
| @@ -310,6 +310,7 @@ |
| F(NewFunctionContext, 1, 1) \ |
| F(PushWithContext, 2, 1) \ |
| F(PushCatchContext, 3, 1) \ |
| + F(PushBlockContext, 2, 1) \ |
| F(DeleteContextSlot, 2, 1) \ |
| F(LoadContextSlot, 2, 2) \ |
| F(LoadContextSlotNoReferenceError, 2, 2) \ |