| 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 ff36c50af52b393ead845b2c3908ba1b66c3b6bc..5c8f312afa3ddf9191369a4ba0e411ddc52d04e1 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: 19 | 
| +bytecode array length: 17 | 
| bytecodes: [ | 
| /*   97 E> */ B(StackCheck), | 
| -  /*  102 S> */ B(Ldar), R(context), | 
| +  /*  102 S> */ B(LdaContextSlot), R(context), U8(1), | 
| B(Star), R(0), | 
| -                B(LdrContextSlot), R(0), U8(1), R(0), | 
| -                B(LdrContextSlot), R(0), U8(4), R(1), | 
| +                B(LdaContextSlot), R(0), U8(4), | 
| +                B(Star), R(1), | 
| /*  120 E> */ B(LdaContextSlot), R(context), U8(4), | 
| B(Mul), R(1), | 
| /*  130 S> */ B(Return), | 
| @@ -52,13 +52,13 @@ snippet: " | 
| " | 
| frame size: 2 | 
| parameter count: 1 | 
| -bytecode array length: 20 | 
| +bytecode array length: 18 | 
| bytecodes: [ | 
| /*   97 E> */ B(StackCheck), | 
| -  /*  102 S> */ B(LdrContextSlot), R(context), U8(4), R(0), | 
| -                B(Ldar), R(context), | 
| +  /*  102 S> */ B(LdaContextSlot), R(context), U8(4), | 
| +  /*  111 E> */ B(Star), R(0), | 
| +                B(LdaContextSlot), R(context), U8(1), | 
| B(Star), R(1), | 
| -                B(LdrContextSlot), R(1), U8(1), R(1), | 
| B(Ldar), R(0), | 
| B(StaContextSlot), R(1), U8(4), | 
| B(LdaUndefined), | 
|  |