| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 9509c9c43472419a68775b9ac521712d6b617371..7c2c1742a11b6da86cff73f10fa567646c540485 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -94,10 +94,10 @@ class CodeFactory final {
|
| static Callable FastNewContext(Isolate* isolate, int slot_count);
|
| static Callable FastNewClosure(Isolate* isolate, LanguageMode language_mode,
|
| FunctionKind kind);
|
| + static Callable FastNewRestParameter(Isolate* isolate);
|
|
|
| static Callable ArgumentsAccess(Isolate* isolate, bool is_unmapped_arguments,
|
| bool has_duplicate_parameters);
|
| - static Callable RestArgumentsAccess(Isolate* isolate);
|
|
|
| static Callable AllocateHeapNumber(Isolate* isolate);
|
| static Callable AllocateMutableHeapNumber(Isolate* isolate);
|
|
|