| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 4aae2b501aa663bae2441c3527498d3e7f74d70f..24abbd1300f6267409965f6e8e62629e31abeab4 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -560,6 +560,7 @@ namespace internal {
|
| F(InitializeLegacyConstLookupSlot, 3, 1) \
|
| F(NewSloppyArguments_Generic, 1, 1) \
|
| F(NewStrictArguments_Generic, 1, 1) \
|
| + F(NewRestArguments_Generic, 2, 1) \
|
| F(NewSloppyArguments, 3, 1) \
|
| F(NewStrictArguments, 3, 1) \
|
| F(NewRestParam, 4, 1) \
|
|
|