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..51a28d60f4c35177428e9b2e9ecf20399d0283d7 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* AllocateParameterMap(Node* effect, Node* control, Node* frame_state, |
+ Node* context, Handle<SharedFunctionInfo> shared, |
+ bool* has_aliased_arguments); |
Factory* factory() const; |
Graph* graph() const; |