| Index: src/compiler/frame-states.h
|
| diff --git a/src/compiler/frame-states.h b/src/compiler/frame-states.h
|
| index 849a038174740c3257ee212df40abf4667e618b0..a1a002886fca238021f2120d19614b218e3837d8 100644
|
| --- a/src/compiler/frame-states.h
|
| +++ b/src/compiler/frame-states.h
|
| @@ -101,6 +101,13 @@ size_t hash_value(FrameStateCallInfo const&);
|
|
|
| std::ostream& operator<<(std::ostream&, FrameStateCallInfo const&);
|
|
|
| +static const int kFrameStateParametersInput = 0;
|
| +static const int kFrameStateLocalsInput = 1;
|
| +static const int kFrameStateStackInput = 2;
|
| +static const int kFrameStateContextInput = 3;
|
| +static const int kFrameStateFunctionInput = 4;
|
| +static const int kFrameStateOuterStateInput = 5;
|
| +static const int kFrameStateInputCount = kFrameStateOuterStateInput + 1;
|
|
|
| } // namespace compiler
|
| } // namespace internal
|
|
|