Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index c7cc31603c3f89ae4d487d973583d2b8acfe3c03..aa5abd0689f42d2493f807b3747cba52be4c0472 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -98,6 +98,7 @@ class CodeFactory final { |
CallFunctionFlags flags); |
static Callable InterpreterPushArgsAndCall(Isolate* isolate); |
+ static Callable InterpreterPushArgsAndConstruct(Isolate* isolate); |
static Callable InterpreterCEntry(Isolate* isolate); |
}; |