Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index b2a32ec61496534647d44adbfd89e7608e451fe0..1935d0b695ac9718d2569dd936dce2ac98740067 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -145,8 +145,9 @@ class CodeFactory final { |
static Callable ConstructFunction(Isolate* isolate); |
static Callable HasProperty(Isolate* isolate); |
- static Callable InterpreterPushArgsAndCall(Isolate* isolate, |
- TailCallMode tail_call_mode); |
+ static Callable InterpreterPushArgsAndCall( |
+ Isolate* isolate, TailCallMode tail_call_mode, |
+ CallableType function_type = CallableType::kAny); |
static Callable InterpreterPushArgsAndConstruct(Isolate* isolate); |
static Callable InterpreterCEntry(Isolate* isolate, int result_size = 1); |
}; |