| Index: test/cctest/interpreter/bytecode_expectations/ForIn.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ForIn.golden b/test/cctest/interpreter/bytecode_expectations/ForIn.golden
|
| index e03f83d3fc28fb03b964bbfc7b3e0c6c730a3733..920b527c4c63c821cdb1d156c2a98d593bafb424 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ForIn.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ForIn.golden
|
| @@ -85,7 +85,7 @@ bytecodes: [
|
| /* 85 S> */ B(Return),
|
| B(ForInStep), R(7),
|
| B(Star), R(7),
|
| - B(JumpLoop), U8(-23), U8(0),
|
| + B(JumpLoop), U8(23), U8(0),
|
| B(LdaUndefined),
|
| /* 85 S> */ B(Return),
|
| ]
|
| @@ -127,7 +127,7 @@ bytecodes: [
|
| B(Star), R(0),
|
| /* 72 E> */ B(ForInStep), R(7),
|
| B(Star), R(7),
|
| - B(JumpLoop), U8(-31), U8(0),
|
| + B(JumpLoop), U8(31), U8(0),
|
| B(LdaUndefined),
|
| /* 80 S> */ B(Return),
|
| ]
|
| @@ -182,7 +182,7 @@ bytecodes: [
|
| /* 143 S> */ B(Jump), U8(9),
|
| B(ForInStep), R(5),
|
| B(Star), R(5),
|
| - B(JumpLoop), U8(-55), U8(0),
|
| + B(JumpLoop), U8(55), U8(0),
|
| B(LdaUndefined),
|
| /* 152 S> */ B(Return),
|
| ]
|
| @@ -228,7 +228,7 @@ bytecodes: [
|
| /* 98 S> */ B(Return),
|
| B(ForInStep), R(5),
|
| B(Star), R(5),
|
| - B(JumpLoop), U8(-34), U8(0),
|
| + B(JumpLoop), U8(34), U8(0),
|
| B(LdaUndefined),
|
| /* 98 S> */ B(Return),
|
| ]
|
|
|