| Index: test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden b/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
| index 107844cf6a0b23cb3134032cd2d2d44079172917..f19879c9e24257ae473477ccd719cb7c33a8c26d 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
| @@ -30,23 +30,19 @@ handlers: [
|
| snippet: "
|
| const x = 10; return x;
|
| "
|
| -frame size: 2
|
| +frame size: 1
|
| parameter count: 1
|
| -bytecode array length: 20
|
| +bytecode array length: 10
|
| bytecodes: [
|
| B(LdaTheHole),
|
| B(Star), R(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 44 S> */ B(LdaSmi), U8(10),
|
| B(Star), R(0),
|
| - /* 48 S> */ B(JumpIfNotHole), U8(11),
|
| - B(LdaConstant), U8(0),
|
| - B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
|
| + /* 48 S> */ B(Nop),
|
| /* 58 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -84,9 +80,9 @@ handlers: [
|
| snippet: "
|
| const x = 10; x = 20;
|
| "
|
| -frame size: 3
|
| +frame size: 1
|
| parameter count: 1
|
| -bytecode array length: 32
|
| +bytecode array length: 17
|
| bytecodes: [
|
| B(LdaTheHole),
|
| B(Star), R(0),
|
| @@ -94,18 +90,11 @@ bytecodes: [
|
| /* 44 S> */ B(LdaSmi), U8(10),
|
| B(Star), R(0),
|
| /* 48 S> */ B(LdaSmi), U8(20),
|
| - B(Star), R(1),
|
| - B(Ldar), R(0),
|
| - B(JumpIfNotHole), U8(11),
|
| - B(LdaConstant), U8(0),
|
| - B(Star), R(2),
|
| - /* 50 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
|
| - B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0),
|
| + /* 50 E> */ B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0),
|
| B(LdaUndefined),
|
| /* 56 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
|
|