| Index: test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
|
| index 4478c4d233c2dc1c42a3d2bfdc14357db7579a55..e58694f982bd86f9d2ea521da9d852a4b1cb729f 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
|
| @@ -22,13 +22,13 @@ snippet: "
|
| "
|
| frame size: 2
|
| parameter count: 1
|
| -bytecode array length: 15
|
| +bytecode array length: 16
|
| bytecodes: [
|
| /* 97 E> */ B(StackCheck),
|
| /* 102 S> */ B(LdrContextSlot), R(context), U8(1), R(0),
|
| B(LdrContextSlot), R(0), U8(4), R(1),
|
| /* 120 E> */ B(LdaContextSlot), R(context), U8(4),
|
| - B(Mul), R(1),
|
| + B(Mul), R(1), U8(1),
|
| /* 130 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|