Index: src/compiler/code-generator.h |
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h |
index fcdd5961a9ef719627317c7aabafdaf921cbc016..dff58fac4af38cfe07ac29a6a22d08cae1323b4f 100644 |
--- a/src/compiler/code-generator.h |
+++ b/src/compiler/code-generator.h |
@@ -116,6 +116,10 @@ class CodeGenerator final : public GapResolver::Assembler { |
// Generates code to manipulate the stack in preparation for a tail call. |
void AssemblePrepareTailCall(int stack_param_delta); |
+ // Generates code to pop current frame if it is an arguments adaptor frame. |
+ void AssemblePopArgumentsAdaptorFrame(Register args_reg, Register scratch1, |
+ Register scratch2, Register scratch3); |
+ |
// =========================================================================== |
// ============== Architecture-specific gap resolver methods. ================ |
// =========================================================================== |