| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index c0df85029616fd663b0c0cd29a46f17f5a5a8a48..1b2cc56b7e694311b007b11f213f214fde4c72bd 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -157,6 +157,7 @@ class CodeFactory final {
|
| CallableType function_type = CallableType::kAny);
|
| static Callable InterpreterPushArgsAndConstruct(Isolate* isolate);
|
| static Callable InterpreterCEntry(Isolate* isolate, int result_size = 1);
|
| + static Callable InterpreterOnStackReplacement(Isolate* isolate);
|
| };
|
|
|
| } // namespace internal
|
|
|