| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index b2a32ec61496534647d44adbfd89e7608e451fe0..22255892c764de19a60bf11bd64e110f48ea082a 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -146,7 +146,8 @@ class CodeFactory final {
|
| static Callable HasProperty(Isolate* isolate);
|
|
|
| static Callable InterpreterPushArgsAndCall(Isolate* isolate,
|
| - TailCallMode tail_call_mode);
|
| + TailCallMode tail_call_mode,
|
| + bool is_js_function = false);
|
| static Callable InterpreterPushArgsAndConstruct(Isolate* isolate);
|
| static Callable InterpreterCEntry(Isolate* isolate, int result_size = 1);
|
| };
|
|
|