| Index: test/cctest/interpreter/bytecode_expectations/NewTarget.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/NewTarget.golden b/test/cctest/interpreter/bytecode_expectations/NewTarget.golden
|
| index da2d35e56babfb141b8996c5855aa4541ffbe298..08d2a13d640070e69689e7083c1621e584e9ad71 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/NewTarget.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/NewTarget.golden
|
| @@ -15,15 +15,15 @@ frame size: 2
|
| parameter count: 1
|
| bytecode array length: 19
|
| bytecodes: [
|
| - B(Ldar), R(new_target),
|
| - B(Star), R(0),
|
| - B(StackCheck),
|
| - B(Ldar), R(0),
|
| - B(JumpIfNotHole), U8(11),
|
| - B(LdaConstant), U8(0),
|
| - B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
|
| - B(Return),
|
| + B(Ldar), R(new_target),
|
| + B(Star), R(0),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(Ldar), R(0),
|
| + B(JumpIfNotHole), U8(11),
|
| + B(LdaConstant), U8(0),
|
| + B(Star), R(1),
|
| + B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
|
| + /* 53 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| @@ -39,16 +39,16 @@ frame size: 2
|
| parameter count: 1
|
| bytecode array length: 20
|
| bytecodes: [
|
| - B(Ldar), R(new_target),
|
| - B(Star), R(0),
|
| - B(StackCheck),
|
| - B(Ldar), R(0),
|
| - B(JumpIfNotHole), U8(11),
|
| - B(LdaConstant), U8(0),
|
| - B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
|
| - B(LdaUndefined),
|
| - B(Return),
|
| + B(Ldar), R(new_target),
|
| + B(Star), R(0),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(Ldar), R(0),
|
| + B(JumpIfNotHole), U8(11),
|
| + B(LdaConstant), U8(0),
|
| + B(Star), R(1),
|
| + B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
|
| + B(LdaUndefined),
|
| + /* 46 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
|
|