| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index a87a1727c9a8f2c99a109bb61dc98a68cd05a77c..a36caf5513a96d8add98b9759c0813ff42b57e5c 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -48,6 +48,10 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| case IrOpcode::kJSLessThanOrEqual:
|
| case IrOpcode::kJSNotEqual:
|
|
|
| + // Object operations
|
| + case IrOpcode::kJSCreateLiteralArray:
|
| + case IrOpcode::kJSCreateLiteralObject:
|
| +
|
| // Context operations
|
| case IrOpcode::kJSCreateScriptContext:
|
| case IrOpcode::kJSCreateWithContext:
|
|
|