| 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 d7ebabc8e46252e31b054a07f99cd1c808ab744f..8ec4fcf16133470b8dc0a6d64c8520ed70b226d9 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| @@ -124,7 +124,7 @@ snippet: "
|
| "
|
| frame size: 11
|
| parameter count: 1
|
| -bytecode array length: 123
|
| +bytecode array length: 124
|
| bytecodes: [
|
| B(CreateFunctionContext), U8(2),
|
| B(PushContext), R(3),
|
| @@ -161,7 +161,7 @@ bytecodes: [
|
| /* 106 E> */ B(LdaContextSlot), R(context), U8(5),
|
| B(ToName), R(7),
|
| B(LdaConstant), U8(3),
|
| - B(TestEqualStrict), R(7),
|
| + B(TestEqualStrict), R(7), U8(0),
|
| B(Mov), R(4), R(6),
|
| B(JumpIfToBooleanFalse), U8(7),
|
| B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
|
|
|