| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index c3eae25cbdee6f897e79b6bcb0478a2957732cfb..ef0033068e9a58da2fd14f6fd00f2b2a94957207 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -749,6 +749,7 @@ void Verifier::Visitor::Check(Node* node) {
|
| case IrOpcode::kObjectIsNumber:
|
| case IrOpcode::kObjectIsReceiver:
|
| case IrOpcode::kObjectIsSmi:
|
| + case IrOpcode::kObjectIsString:
|
| case IrOpcode::kObjectIsUndetectable:
|
| CheckValueInputIs(node, 0, Type::Any());
|
| CheckUpperIs(node, Type::Boolean());
|
|
|