| 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 920b527c4c63c821cdb1d156c2a98d593bafb424..e5e52de796c3ebfc66bac14f13d8b89bfc01f70e 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), I8(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), I8(0),
|
| B(LdaUndefined),
|
| /* 80 S> */ B(Return),
|
| ]
|
| @@ -169,20 +169,20 @@ bytecodes: [
|
| /* 95 S> */ B(Nop),
|
| /* 100 E> */ B(LdaNamedProperty), R(0), U8(2), U8(4),
|
| B(Star), R(6),
|
| - B(LdaSmi), U8(10),
|
| + B(LdaSmi), I8(10),
|
| /* 106 E> */ B(TestEqual), R(6), U8(6),
|
| B(JumpIfFalse), U8(4),
|
| /* 113 S> */ B(Jump), U8(18),
|
| /* 125 S> */ B(Nop),
|
| /* 130 E> */ B(LdaNamedProperty), R(0), U8(2), U8(7),
|
| B(Star), R(6),
|
| - B(LdaSmi), U8(20),
|
| + B(LdaSmi), I8(20),
|
| /* 136 E> */ B(TestEqual), R(6), U8(9),
|
| B(JumpIfFalse), U8(4),
|
| /* 143 S> */ B(Jump), U8(9),
|
| B(ForInStep), R(5),
|
| B(Star), R(5),
|
| - B(JumpLoop), U8(55), U8(0),
|
| + B(JumpLoop), U8(55), I8(0),
|
| B(LdaUndefined),
|
| /* 152 S> */ B(Return),
|
| ]
|
| @@ -223,12 +223,12 @@ bytecodes: [
|
| B(Ldar), R(6),
|
| /* 64 E> */ B(StaKeyedPropertySloppy), R(0), R(8), U8(6),
|
| /* 59 E> */ B(StackCheck),
|
| - /* 83 S> */ B(LdaSmi), U8(3),
|
| + /* 83 S> */ B(LdaSmi), I8(3),
|
| /* 91 E> */ B(LdaKeyedProperty), R(0), U8(4),
|
| /* 98 S> */ B(Return),
|
| B(ForInStep), R(5),
|
| B(Star), R(5),
|
| - B(JumpLoop), U8(34), U8(0),
|
| + B(JumpLoop), U8(34), I8(0),
|
| B(LdaUndefined),
|
| /* 98 S> */ B(Return),
|
| ]
|
|
|