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