| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index 0983d55d298d93e6ffe48f363696aee37d5a0464..c907d43202546fc5025cebfe88dbe466d819725b 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -492,6 +492,8 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
|
|
|
| const Operator* HasProperty();
|
|
|
| + const Operator* GetSuperConstructor();
|
| +
|
| const Operator* LoadGlobal(const Handle<Name>& name,
|
| const VectorSlotPair& feedback,
|
| TypeofMode typeof_mode = NOT_INSIDE_TYPEOF);
|
|
|