| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 30287ce55a98f23990a4e065ca9751089455976f..776f7d307fe5207631e597adcdab99aaf49d0671 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -103,6 +103,7 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) {
|
| case IrOpcode::kJSConstructWithSpread:
|
| case IrOpcode::kJSCallForwardVarargs:
|
| case IrOpcode::kJSCall:
|
| + case IrOpcode::kJSCallWithArrayLike:
|
| case IrOpcode::kJSCallWithSpread:
|
|
|
| // Misc operations
|
|
|