aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/js-inlining.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/js-inlining.h')
-rw-r--r--deps/v8/src/compiler/js-inlining.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/js-inlining.h b/deps/v8/src/compiler/js-inlining.h
index 1c7ee6c0b8..baca345f27 100644
--- a/deps/v8/src/compiler/js-inlining.h
+++ b/deps/v8/src/compiler/js-inlining.h
@@ -63,7 +63,8 @@ class JSInliner final : public AdvancedReducer {
Node* CreateArtificialFrameState(Node* node, Node* outer_frame_state,
int parameter_count, BailoutId bailout_id,
FrameStateType frame_state_type,
- Handle<SharedFunctionInfo> shared);
+ Handle<SharedFunctionInfo> shared,
+ Node* context = nullptr);
Reduction InlineCall(Node* call, Node* new_target, Node* context,
Node* frame_state, Node* start, Node* end,