| Index: test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| index 42b0a494cd6ac51563b57af4ecf959bdca6dc2fa..b9f241867eb677d2cab0fc78a96f3b30ee1c9abc 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| @@ -366,7 +366,7 @@ bytecodes: [
|
| /* 27 E> */ B(StaContextSlot), R(1), U8(8),
|
| B(Star), R(11),
|
| B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(11), U8(1),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalse), U8(12),
|
| B(LdaContextSlot), R(1), U8(8),
|
| B(Star), R(11),
|
| @@ -481,7 +481,7 @@ bytecodes: [
|
| B(Star), R(10),
|
| B(LdaUndefined),
|
| B(TestEqualStrict), R(10),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalseConstant), U8(16),
|
| B(LdaContextSlot), R(1), U8(7),
|
| B(Star), R(10),
|
|
|