| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 6be3265cfd77f631d60adf811ceef8095d9aa901..bb580a482e612312a062c74c9e771c2f0557f3ef 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -165,6 +165,8 @@ class V8_EXPORT_PRIVATE CodeFactory final {
|
| static Callable InterpreterPushArgsAndConstructArray(Isolate* isolate);
|
| static Callable InterpreterCEntry(Isolate* isolate, int result_size = 1);
|
| static Callable InterpreterOnStackReplacement(Isolate* isolate);
|
| +
|
| + static Callable ArrayPush(Isolate* isolate);
|
| };
|
|
|
| } // namespace internal
|
|
|