| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 7ed3bf554c668f0230643fe200c0457e81ba31fc..28b211eecdfc3ac10223d208745f09c6f7d61f8c 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -141,6 +141,7 @@ class CodeFactory final {
|
| Isolate* isolate, ConvertReceiverMode mode = ConvertReceiverMode::kAny);
|
| static Callable Construct(Isolate* isolate);
|
| static Callable ConstructFunction(Isolate* isolate);
|
| + static Callable HasProperty(Isolate* isolate);
|
|
|
| static Callable InterpreterPushArgsAndCall(Isolate* isolate,
|
| TailCallMode tail_call_mode);
|
|
|