Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index fb1a1650538d43189b43d79c0e6e974a03772cab..81cdc3b702b917cd6eab144839cbbd93b36cbd2c 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -106,6 +106,8 @@ class CodeFactory final { |
static Callable Construct(Isolate* isolate); |
static Callable ConstructFunction(Isolate* isolate); |
+ static Callable InterpreterPushArgsAndCallIC(Isolate* isolate, |
+ TailCallMode tail_call_mode); |
static Callable InterpreterPushArgsAndCall(Isolate* isolate, |
TailCallMode tail_call_mode); |
static Callable InterpreterPushArgsAndConstruct(Isolate* isolate); |