| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 33c3f5c624b1c708b65f8f0ca649c7fa43e99eda..c8a3f40d6cdcb607eede856f29fbde0902b48017 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -557,8 +557,8 @@ namespace internal {
|
| F(NewRestArguments_Generic, 2, 1) \
|
| F(NewSloppyArguments, 3, 1) \
|
| F(NewStrictArguments, 3, 1) \
|
| - F(NewRestParam, 4, 1) \
|
| - F(NewRestParamSlow, 2, 1) \
|
| + F(NewRestParam, 3, 1) \
|
| + F(NewRestParamSlow, 1, 1) \
|
| F(NewClosure, 1, 1) \
|
| F(NewClosure_Tenured, 1, 1) \
|
| F(NewScriptContext, 2, 1) \
|
|
|