Index: test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
index 061844be46b388d2b2df172f0d6b6a895f9f392e..78e99b31dab41c2baf72b62693a8f894b4c83262 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
@@ -17,7 +17,7 @@ bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaSmi), U8(1), |
B(Star), R(0), |
- /* 45 S> */ B(AddSmi), U8(2), R(0), U8(1), |
+ /* 45 S> */ B(AddSmi), U8(2), R(0), U8(2), |
B(Mov), R(0), R(1), |
B(Star), R(0), |
B(LdaUndefined), |
@@ -40,7 +40,7 @@ bytecodes: [ |
/* 42 S> */ B(LdaSmi), U8(1), |
B(Star), R(0), |
/* 45 S> */ B(LdaSmi), U8(2), |
- B(Div), R(0), U8(1), |
+ B(Div), R(0), U8(2), |
B(Mov), R(0), R(1), |
B(Star), R(0), |
B(LdaUndefined), |
@@ -62,10 +62,10 @@ bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1), |
B(Mov), R(1), R(0), |
- /* 54 S> */ B(LdrNamedProperty), R(0), U8(1), U8(1), R(2), |
+ /* 54 S> */ B(LdrNamedProperty), R(0), U8(1), U8(2), R(2), |
B(LdaSmi), U8(2), |
- B(Mul), R(2), U8(3), |
- /* 61 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(4), |
+ B(Mul), R(2), U8(4), |
+ /* 61 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(5), |
B(LdaUndefined), |
/* 67 S> */ B(Return), |
] |
@@ -89,10 +89,10 @@ bytecodes: [ |
B(Mov), R(1), R(0), |
/* 52 S> */ B(LdaSmi), U8(1), |
B(Star), R(2), |
- B(LdrKeyedProperty), R(0), U8(1), R(3), |
+ B(LdrKeyedProperty), R(0), U8(2), R(3), |
B(LdaSmi), U8(2), |
- B(BitwiseXor), R(3), U8(3), |
- /* 57 E> */ B(StaKeyedPropertySloppy), R(0), R(2), U8(4), |
+ B(BitwiseXor), R(3), U8(4), |
+ /* 57 E> */ B(StaKeyedPropertySloppy), R(0), R(2), U8(5), |
B(LdaUndefined), |
/* 63 S> */ B(Return), |
] |
@@ -117,7 +117,7 @@ bytecodes: [ |
/* 42 E> */ B(StaContextSlot), R(context), U8(4), U8(0), |
/* 45 S> */ B(CreateClosure), U8(0), U8(2), |
/* 75 S> */ B(LdrContextSlot), R(context), U8(4), U8(0), R(1), |
- B(BitwiseOrSmi), U8(24), R(1), U8(1), |
+ B(BitwiseOrSmi), U8(24), R(1), U8(2), |
/* 77 E> */ B(StaContextSlot), R(context), U8(4), U8(0), |
B(LdaUndefined), |
/* 84 S> */ B(Return), |