| Index: test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
 | 
| diff --git a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
 | 
| index 68585dc91ae7ff1910e4a0a9188b108c59859a8e..0b25fbf329a310d084b0d982638c5f062fcdbdbe 100644
 | 
| --- a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
 | 
| +++ b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
 | 
| @@ -13,9 +13,9 @@ snippet: "
 | 
|  "
 | 
|  frame size: 2
 | 
|  parameter count: 1
 | 
| -bytecode array length: 24
 | 
| +bytecode array length: 21
 | 
|  bytecodes: [
 | 
| -                B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
 | 
| +                B(CreateFunctionContext), U8(1),
 | 
|                  B(PushContext), R(1),
 | 
|                  B(LdaTheHole),
 | 
|                  B(StaContextSlot), R(context), U8(4),
 | 
| @@ -39,9 +39,9 @@ snippet: "
 | 
|  "
 | 
|  frame size: 3
 | 
|  parameter count: 1
 | 
| -bytecode array length: 37
 | 
| +bytecode array length: 34
 | 
|  bytecodes: [
 | 
| -                B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
 | 
| +                B(CreateFunctionContext), U8(1),
 | 
|                  B(PushContext), R(1),
 | 
|                  B(LdaTheHole),
 | 
|                  B(StaContextSlot), R(context), U8(4),
 | 
| @@ -70,9 +70,9 @@ snippet: "
 | 
|  "
 | 
|  frame size: 4
 | 
|  parameter count: 1
 | 
| -bytecode array length: 45
 | 
| +bytecode array length: 42
 | 
|  bytecodes: [
 | 
| -                B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
 | 
| +                B(CreateFunctionContext), U8(1),
 | 
|                  B(PushContext), R(1),
 | 
|                  B(LdaTheHole),
 | 
|                  B(StaContextSlot), R(context), U8(4),
 | 
| @@ -105,9 +105,9 @@ snippet: "
 | 
|  "
 | 
|  frame size: 4
 | 
|  parameter count: 1
 | 
| -bytecode array length: 47
 | 
| +bytecode array length: 44
 | 
|  bytecodes: [
 | 
| -                B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
 | 
| +                B(CreateFunctionContext), U8(1),
 | 
|                  B(PushContext), R(1),
 | 
|                  B(LdaTheHole),
 | 
|                  B(StaContextSlot), R(context), U8(4),
 | 
| 
 |