Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index f9c3ece937c63ed3c0e006c51454306ec160c974..b9a3d2b078a1c12fbf7b5da79d3476a46870b1a2 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(Call* expr); |
+ |
// AST node visit functions. |
#define DECLARE_VISIT(type) virtual void Visit##type(type* node) override; |
AST_NODE_LIST(DECLARE_VISIT) |