| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index aaa26c6005d64aaf0fb2264ce10027a087d9b168..5107c01d4781060bddb415dabfc2dd0ecde378fa 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -371,6 +371,7 @@ class V8_EXPORT_PRIVATE CommonOperatorBuilder final
|
| const Operator* StateValues(int arguments, SparseInputMask bitmask);
|
| const Operator* TypedStateValues(const ZoneVector<MachineType>* types,
|
| SparseInputMask bitmask);
|
| + const Operator* ArgumentsObjectState();
|
| const Operator* ObjectState(int pointer_slots);
|
| const Operator* TypedObjectState(const ZoneVector<MachineType>* types);
|
| const Operator* FrameState(BailoutId bailout_id,
|
|
|