| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 33ab22b38e6efcaeb0aad77c3630e2f5e0c0a4ac..6eb64054273ba4e551090778e31c674bc07ddcf3 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -298,8 +298,8 @@ namespace internal {
|
| \
|
| /* Contexts */ \
|
| F(NewFunctionContext, 1, 1) \
|
| - F(PushWithContext, 1, 1) \
|
| - F(PushCatchContext, 2, 1) \
|
| + F(PushWithContext, 2, 1) \
|
| + F(PushCatchContext, 3, 1) \
|
| F(DeleteContextSlot, 2, 1) \
|
| F(LoadContextSlot, 2, 2) \
|
| F(LoadContextSlotNoReferenceError, 2, 2) \
|
|
|