Index: test/cctest/interpreter/bytecode_expectations/ContextParameters.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden b/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden |
index 09a0f5a1b6a1581760e8096eadcb6c6c2208f638..c1affb47eb4d6c0421925e1aa8752b023c229fbc 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden |
@@ -22,7 +22,7 @@ bytecodes: [ |
B(Ldar), R(arg0), |
B(StaContextSlot), R(context), U8(4), |
/* 10 E> */ B(StackCheck), |
- /* 19 S> */ B(CreateClosure), U8(0), U8(0), |
+ /* 19 S> */ B(CreateClosure), U8(0), U8(2), |
/* 52 S> */ B(Return), |
] |
constant pool: [ |
@@ -45,7 +45,7 @@ bytecodes: [ |
B(Ldar), R(arg0), |
B(StaContextSlot), R(context), U8(4), |
/* 10 E> */ B(StackCheck), |
- /* 27 S> */ B(CreateClosure), U8(0), U8(0), |
+ /* 27 S> */ B(CreateClosure), U8(0), U8(2), |
B(Star), R(0), |
/* 53 S> */ B(LdaContextSlot), R(context), U8(4), |
/* 66 S> */ B(Return), |
@@ -72,7 +72,7 @@ bytecodes: [ |
B(Ldar), R(arg2), |
B(StaContextSlot), R(context), U8(4), |
/* 10 E> */ B(StackCheck), |
- /* 29 S> */ B(CreateClosure), U8(0), U8(0), |
+ /* 29 S> */ B(CreateClosure), U8(0), U8(2), |
/* 61 S> */ B(Return), |
] |
constant pool: [ |
@@ -95,7 +95,7 @@ bytecodes: [ |
/* 10 E> */ B(StackCheck), |
/* 26 S> */ B(Ldar), R(this), |
/* 26 E> */ B(StaContextSlot), R(context), U8(4), |
- /* 32 S> */ B(CreateClosure), U8(0), U8(0), |
+ /* 32 S> */ B(CreateClosure), U8(0), U8(2), |
/* 65 S> */ B(Return), |
] |
constant pool: [ |