| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 500aafda1085c914920c8bacb63a8ec3eb55af91..0d1e61e4211ac3413ec74789ee5456fae3f7ae2c 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -100,6 +100,8 @@ class CodeFactory final {
|
| static Callable CallFunction(Isolate* isolate, int argc,
|
| CallFunctionFlags flags);
|
|
|
| + static Callable ArgumentAdaptor(Isolate* isolate);
|
| +
|
| static Callable InterpreterPushArgsAndCall(Isolate* isolate);
|
| static Callable InterpreterPushArgsAndConstruct(Isolate* isolate);
|
| static Callable InterpreterCEntry(Isolate* isolate);
|
|
|