| Index: test/cctest/interpreter/bytecode_expectations/Throw.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Throw.golden b/test/cctest/interpreter/bytecode_expectations/Throw.golden
|
| index 99e17fc1ea6b75d47f28fcde1fa7d12b71bfe8db..7c671ac7bf5d94bcc994da4db8fd23cd096e0945 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Throw.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Throw.golden
|
| @@ -15,9 +15,9 @@ frame size: 0
|
| parameter count: 1
|
| bytecode array length: 4
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(LdaSmi), U8(1),
|
| - B(Throw),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(LdaSmi), U8(1),
|
| + /* 34 E> */ B(Throw),
|
| ]
|
| constant pool: [
|
| ]
|
| @@ -32,9 +32,9 @@ frame size: 0
|
| parameter count: 1
|
| bytecode array length: 4
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(LdaConstant), U8(0),
|
| - B(Throw),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(LdaConstant), U8(0),
|
| + /* 34 E> */ B(Throw),
|
| ]
|
| constant pool: [
|
| "Error",
|
| @@ -50,14 +50,14 @@ frame size: 1
|
| parameter count: 1
|
| bytecode array length: 12
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(LdaSmi), U8(1),
|
| - B(Star), R(0),
|
| - B(JumpIfToBooleanFalse), U8(5),
|
| - B(LdaConstant), U8(0),
|
| - B(Throw),
|
| - B(LdaUndefined),
|
| - B(Return),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 42 S> */ B(LdaSmi), U8(1),
|
| + /* 42 E> */ B(Star), R(0),
|
| + /* 45 S> */ B(JumpIfToBooleanFalse), U8(5),
|
| + /* 54 S> */ B(LdaConstant), U8(0),
|
| + /* 54 E> */ B(Throw),
|
| + B(LdaUndefined),
|
| + /* 72 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| "Error",
|
|
|