| Index: test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ForOf.golden b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| index 198a93b204c13d1b9d8774d640e37cb3f6b2baf9..6fb1c4b08fe3f73c63097f3cb7cd953231ff183c 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| @@ -37,7 +37,7 @@ bytecodes: [
|
| /* 45 E> */ B(Star), R(2),
|
| B(Star), R(13),
|
| B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(13), U8(1),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalse), U8(11),
|
| B(Ldar), R(2),
|
| B(Star), R(13),
|
| @@ -96,7 +96,7 @@ bytecodes: [
|
| B(Star), R(12),
|
| B(LdaUndefined),
|
| B(TestEqualStrict), R(12),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalseConstant), U8(9),
|
| B(Ldar), R(1),
|
| B(Star), R(12),
|
| @@ -218,7 +218,7 @@ bytecodes: [
|
| /* 65 E> */ B(Star), R(2),
|
| B(Star), R(14),
|
| B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(14), U8(1),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalse), U8(11),
|
| B(Ldar), R(2),
|
| B(Star), R(14),
|
| @@ -279,7 +279,7 @@ bytecodes: [
|
| B(Star), R(13),
|
| B(LdaUndefined),
|
| B(TestEqualStrict), R(13),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalseConstant), U8(9),
|
| B(Ldar), R(1),
|
| B(Star), R(13),
|
| @@ -406,7 +406,7 @@ bytecodes: [
|
| /* 45 E> */ B(Star), R(2),
|
| B(Star), R(13),
|
| B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(13), U8(1),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalse), U8(11),
|
| B(Ldar), R(2),
|
| B(Star), R(13),
|
| @@ -476,7 +476,7 @@ bytecodes: [
|
| B(Star), R(12),
|
| B(LdaUndefined),
|
| B(TestEqualStrict), R(12),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalseConstant), U8(9),
|
| B(Ldar), R(1),
|
| B(Star), R(12),
|
| @@ -599,7 +599,7 @@ bytecodes: [
|
| /* 74 E> */ B(Star), R(1),
|
| B(Star), R(12),
|
| B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(12), U8(1),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalse), U8(11),
|
| B(Ldar), R(1),
|
| B(Star), R(12),
|
| @@ -663,7 +663,7 @@ bytecodes: [
|
| B(Star), R(11),
|
| B(LdaUndefined),
|
| B(TestEqualStrict), R(11),
|
| - B(LogicalNot),
|
| + B(ToBooleanLogicalNot),
|
| B(JumpIfFalseConstant), U8(11),
|
| B(Ldar), R(0),
|
| B(Star), R(11),
|
|
|