| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index b839acf6a66f3301baa252c34c7bce69b58128e8..05c0fb6e0777b96d269ef384e856ce0fce789d86 100644
|
| --- a/src/compiler/instruction.h
|
| +++ b/src/compiler/instruction.h
|
| @@ -1149,6 +1149,8 @@ class FrameStateDescriptor : public ZoneObject {
|
| }
|
| StateValueDescriptor* GetStateValueDescriptor() { return &values_; }
|
|
|
| + static const int kImpossibleValue = 0xdead;
|
| +
|
| private:
|
| FrameStateType type_;
|
| BailoutId bailout_id_;
|
|
|