| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 0ab0777691e505c74acde571b77dbebab31aba4d..5d0ce84c9cac7e410f542e5ceab931c572102711 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -537,8 +537,6 @@ namespace internal {
|
| F(NewArguments, 1, 1) /* TODO(turbofan): Only temporary */ \
|
| F(NewSloppyArguments, 3, 1) \
|
| F(NewStrictArguments, 3, 1) \
|
| - F(NewRestParam, 4, 1) \
|
| - F(NewRestParamSlow, 2, 1) \
|
| F(NewClosureFromStubFailure, 1, 1) \
|
| F(NewClosure, 3, 1) \
|
| F(NewScriptContext, 2, 1) \
|
|
|