| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 4c3752b4a174b2a8a3885c51742631d20c3512c0..7f7088ce25059a33674a4a7c87196522decf3f42 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -452,6 +452,8 @@ namespace internal {
|
| F(NewArguments, 1, 1) /* TODO(turbofan): Only temporary */ \
|
| F(NewSloppyArguments, 3, 1) \
|
| F(NewStrictArguments, 3, 1) \
|
| + F(NewRestParam, 3, 1) \
|
| + F(NewRestParamSlow, 1, 1) \
|
| \
|
| /* Harmony generators */ \
|
| F(CreateJSGeneratorObject, 0, 1) \
|
|
|