| Index: src/compiler/js-typed-lowering.h
|
| diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h
|
| index be2b3141c81490bd791250a2ec4057bdf9b47dac..68ce74e6245396b3501ca0ce48d6ca057be1d32c 100644
|
| --- a/src/compiler/js-typed-lowering.h
|
| +++ b/src/compiler/js-typed-lowering.h
|
| @@ -95,6 +95,8 @@ class JSTypedLowering final : public AdvancedReducer {
|
|
|
| Node* Word32Shl(Node* const lhs, int32_t const rhs);
|
| Node* AllocateArguments(Node* effect, Node* control, Node* frame_state);
|
| + Node* AllocateRestArguments(Node* effect, Node* control, Node* frame_state,
|
| + int start_index);
|
| Node* AllocateAliasedArguments(Node* effect, Node* control, Node* frame_state,
|
| Node* context, Handle<SharedFunctionInfo>,
|
| bool* has_aliased_arguments);
|
|
|