Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index f9c3ece937c63ed3c0e006c51454306ec160c974..5f38325bc136a7f2da89e5e7c99bb002a6188800 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -736,6 +736,8 @@ class FullCodeGenerator: public AstVisitor { |
// and PushCatchContext. |
void PushFunctionArgumentForContextAllocation(); |
+ void PushCalleeAndWithBaseObject(VariableProxy* callee); |
+ |
// AST node visit functions. |
#define DECLARE_VISIT(type) virtual void Visit##type(type* node) override; |
AST_NODE_LIST(DECLARE_VISIT) |