diff options
Diffstat (limited to 'deps/v8/src/compiler/js-inlining.h')
-rw-r--r-- | deps/v8/src/compiler/js-inlining.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/compiler/js-inlining.h b/deps/v8/src/compiler/js-inlining.h index 99eff96c4c..d0ab7c0583 100644 --- a/deps/v8/src/compiler/js-inlining.h +++ b/deps/v8/src/compiler/js-inlining.h @@ -45,6 +45,8 @@ class JSInliner final : public AdvancedReducer { FrameStateType frame_state_type, Handle<SharedFunctionInfo> shared); + Node* CreateTailCallerFrameState(Node* node, Node* outer_frame_state); + Reduction InlineCall(Node* call, Node* new_target, Node* context, Node* frame_state, Node* start, Node* end); }; |