Index: test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden |
index c28e4742358dc0545ac850334404b574dc108164..7195db3ef0aba9f53b2cd68af4d47f446f853b59 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden |
@@ -25,7 +25,7 @@ bytecodes: [ |
B(Star), R(0), |
B(LdaTheHole), |
B(Star), R(2), |
- B(CreateClosure), U8(0), U8(0), |
+ B(CreateClosure), U8(0), U8(2), |
B(Star), R(3), |
B(LdaSmi), U8(34), |
B(Star), R(4), |
@@ -36,7 +36,7 @@ bytecodes: [ |
B(LdrNamedProperty), R(2), U8(1), U8(1), R(3), |
B(LdaConstant), U8(2), |
B(Star), R(5), |
- B(CreateClosure), U8(3), U8(0), |
+ B(CreateClosure), U8(3), U8(2), |
B(Star), R(6), |
B(LdaSmi), U8(2), |
B(Star), R(7), |
@@ -77,7 +77,7 @@ bytecodes: [ |
B(Star), R(0), |
B(LdaTheHole), |
B(Star), R(2), |
- B(CreateClosure), U8(0), U8(0), |
+ B(CreateClosure), U8(0), U8(2), |
B(Star), R(3), |
B(LdaSmi), U8(34), |
B(Star), R(4), |
@@ -88,7 +88,7 @@ bytecodes: [ |
B(LdrNamedProperty), R(2), U8(1), U8(1), R(3), |
B(LdaConstant), U8(2), |
B(Star), R(5), |
- B(CreateClosure), U8(3), U8(0), |
+ B(CreateClosure), U8(3), U8(2), |
B(Star), R(6), |
B(LdaSmi), U8(2), |
B(Star), R(7), |
@@ -137,7 +137,7 @@ bytecodes: [ |
B(Star), R(0), |
B(LdaTheHole), |
B(Star), R(3), |
- B(CreateClosure), U8(2), U8(0), |
+ B(CreateClosure), U8(2), U8(2), |
B(Star), R(4), |
B(LdaSmi), U8(62), |
B(Star), R(5), |
@@ -149,7 +149,7 @@ bytecodes: [ |
/* 75 E> */ B(LdaContextSlot), R(context), U8(4), |
B(ToName), |
B(Star), R(6), |
- B(CreateClosure), U8(4), U8(0), |
+ B(CreateClosure), U8(4), U8(2), |
B(Star), R(7), |
B(LdaSmi), U8(2), |
B(Star), R(8), |
@@ -165,7 +165,7 @@ bytecodes: [ |
B(Mov), R(3), R(5), |
B(JumpIfToBooleanFalse), U8(7), |
B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0), |
- B(CreateClosure), U8(5), U8(0), |
+ B(CreateClosure), U8(5), U8(2), |
B(Star), R(7), |
B(LdaSmi), U8(1), |
B(Star), R(9), |
@@ -208,7 +208,7 @@ bytecodes: [ |
B(Star), R(0), |
B(LdaTheHole), |
B(Star), R(3), |
- B(CreateClosure), U8(0), U8(0), |
+ B(CreateClosure), U8(0), U8(2), |
B(Star), R(4), |
B(LdaSmi), U8(49), |
B(Star), R(5), |