| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 28b31f43e60511bae1907d64e471d096e65a5362..0c986e052b5a9c4caced77f7d48d15b20c2eb537 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -96,6 +96,7 @@ class V8_EXPORT_PRIVATE CodeFactory final {
|
| static Callable CallForwardVarargs(Isolate* isolate);
|
| static Callable CallFunctionForwardVarargs(Isolate* isolate);
|
| static Callable Construct(Isolate* isolate);
|
| + static Callable ConstructWithArrayLike(Isolate* isolate);
|
| static Callable ConstructWithSpread(Isolate* isolate);
|
| static Callable ConstructFunction(Isolate* isolate);
|
| static Callable ConstructVarargs(Isolate* isolate);
|
|
|