Chromium Code Reviews| 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 d5b77aa8e44292104a2e07cc45e040a60cafd442..96cd86c8c1a96d7f95d9749e7171584b3391c589 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), |
|
oth
2016/05/17 12:50:46
Opportunity for JumpIfToBooleanTrue.
rmcilroy
2016/05/17 16:25:47
Acknowledged.
|
| B(Ldar), R(0), |
| B(Star), R(11), |