| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 9904e561c693f6a2e3c543df7b48ecc7e5f0f567..ff30515ae3434d0f171cb46d6ff77140d9153cb9 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -122,6 +122,7 @@ class V8_EXPORT_PRIVATE CodeFactory final {
|
| static Callable SubString(Isolate* isolate);
|
|
|
| static Callable Typeof(Isolate* isolate);
|
| + static Callable GetSuperConstructor(Isolate* isolate);
|
|
|
| static Callable FastCloneRegExp(Isolate* isolate);
|
| static Callable FastCloneShallowArray(Isolate* isolate);
|
|
|