| Index: src/compiler/js-typed-lowering.h
|
| diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h
|
| index d6ef947eb8efc56d0429df4e4e535b863540563e..d255eccefcc44e4fac1743060f3fe6d3ccadfe79 100644
|
| --- a/src/compiler/js-typed-lowering.h
|
| +++ b/src/compiler/js-typed-lowering.h
|
| @@ -75,6 +75,9 @@ class JSTypedLowering final : public AdvancedReducer {
|
|
|
| Node* Word32Shl(Node* const lhs, int32_t const rhs);
|
| Node* AllocateArguments(Node* effect, Node* control, Node* frame_state);
|
| + Node* AllocateAliasedArguments(Node* effect, Node* control, Node* frame_state,
|
| + Node* context, Handle<SharedFunctionInfo>,
|
| + bool* has_aliased_arguments);
|
|
|
| Factory* factory() const;
|
| Graph* graph() const;
|
|
|