Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index a52672ad7d999d81b0b40baecb49556cc53e0a8c..06d36845413773b6f8f95c49fc8a41d77bbd22d3 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -310,6 +310,7 @@ namespace internal { |
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) \ |