Index: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden |
index 7b69f9e3c9e9ef71b76928d581e59244c739611d..a604194d6eb708434d08024c07a933cfd56cad54 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden |
@@ -18,7 +18,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
B(PushContext), R(0), |
/* 30 E> */ B(StackCheck), |
- /* 41 S> */ B(CreateClosure), U8(0), U8(0), |
+ /* 41 S> */ B(CreateClosure), U8(0), U8(2), |
/* 71 S> */ B(Return), |
] |
constant pool: [ |
@@ -40,7 +40,7 @@ bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaSmi), U8(1), |
/* 42 E> */ B(StaContextSlot), R(context), U8(4), |
- /* 45 S> */ B(CreateClosure), U8(0), U8(0), |
+ /* 45 S> */ B(CreateClosure), U8(0), U8(2), |
/* 75 S> */ B(Return), |
] |
constant pool: [ |
@@ -64,7 +64,7 @@ bytecodes: [ |
/* 42 E> */ B(StaContextSlot), R(context), U8(4), |
/* 53 S> */ B(LdaSmi), U8(2), |
/* 53 E> */ B(StaContextSlot), R(context), U8(5), |
- /* 56 S> */ B(CreateClosure), U8(0), U8(0), |
+ /* 56 S> */ B(CreateClosure), U8(0), U8(2), |
/* 92 S> */ B(Return), |
] |
constant pool: [ |
@@ -85,7 +85,7 @@ bytecodes: [ |
B(PushContext), R(0), |
/* 30 E> */ B(StackCheck), |
/* 41 S> */ B(LdrUndefined), R(2), |
- B(CreateClosure), U8(0), U8(0), |
+ B(CreateClosure), U8(0), U8(2), |
B(Star), R(1), |
/* 64 E> */ B(Call), R(1), R(2), U8(1), U8(1), |
/* 68 S> */ B(LdaContextSlot), R(context), U8(4), |
@@ -123,7 +123,7 @@ bytecodes: [ |
B(StaContextSlot), R(context), U8(4), |
/* 69 S> */ B(LdaSmi), U8(2), |
/* 69 E> */ B(StaContextSlot), R(context), U8(4), |
- /* 72 S> */ B(CreateClosure), U8(1), U8(0), |
+ /* 72 S> */ B(CreateClosure), U8(1), U8(2), |
B(PopContext), R(0), |
/* 104 S> */ B(Return), |
] |