Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 20f74fabbb877f187f8567cfb85fb162aba29af8..0dab7080e7b93d62aa3d6d88b4cad309ad9b6a6a 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -103,6 +103,7 @@ class CodeFactory final { |
static Callable CallFunction( |
Isolate* isolate, ConvertReceiverMode mode = ConvertReceiverMode::kAny); |
static Callable Construct(Isolate* isolate); |
+ static Callable ConstructFunction(Isolate* isolate); |
static Callable InterpreterPushArgsAndCall(Isolate* isolate); |
static Callable InterpreterPushArgsAndConstruct(Isolate* isolate); |