| Index: src/compiler/operator-properties-inl.h
|
| diff --git a/src/compiler/operator-properties-inl.h b/src/compiler/operator-properties-inl.h
|
| index 4d851716df43968ab64614515b5b7d8c5cf99539..771f5600916f7f959d004e73600b2615016d886a 100644
|
| --- a/src/compiler/operator-properties-inl.h
|
| +++ b/src/compiler/operator-properties-inl.h
|
| @@ -81,6 +81,9 @@ inline bool OperatorProperties::HasFrameStateInput(const Operator* op) {
|
| case IrOpcode::kJSStoreProperty:
|
| case IrOpcode::kJSSubtract:
|
|
|
| + // Conversions
|
| + case IrOpcode::kJSToObject:
|
| +
|
| // Other
|
| case IrOpcode::kJSDeleteProperty:
|
| return true;
|
|
|