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 db42c5018a259245919509292990a1d0d1219f4f..ed1c90becfdd286ed455dd26eae5b57b839f03b1 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden |
@@ -45,7 +45,7 @@ bytecodes: [ |
B(LdaZero), |
B(Star), R(8), |
B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(4), U8(5), |
- B(CallRuntime), U16(Runtime::kFinalizeClassDefinition), R(2), U8(2), |
+ B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1), |
B(Star), R(0), |
B(Star), R(1), |
B(LdaUndefined), |
@@ -98,7 +98,7 @@ bytecodes: [ |
B(LdaZero), |
B(Star), R(8), |
B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(4), U8(5), |
- B(CallRuntime), U16(Runtime::kFinalizeClassDefinition), R(2), U8(2), |
+ B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1), |
B(Star), R(0), |
B(Star), R(1), |
B(LdaUndefined), |
@@ -173,7 +173,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(Star), R(9), |
B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(5), U8(5), |
- B(CallRuntime), U16(Runtime::kFinalizeClassDefinition), R(3), U8(2), |
+ B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1), |
B(Star), R(0), |
B(Star), R(1), |
B(LdaUndefined), |
@@ -221,7 +221,7 @@ bytecodes: [ |
B(Star), R(3), |
B(LoadIC), R(3), U8(1), U8(1), |
B(Star), R(4), |
- B(CallRuntime), U16(Runtime::kFinalizeClassDefinition), R(3), U8(2), |
+ B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1), |
B(Star), R(0), |
B(Star), R(1), |
B(JumpIfNotHole), U8(11), |