| 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 7326d5cbfb79719a90c956eb1441e6de27b950fe..4c511b53bc3e8444b7fa6ae7ac6276e181a1b2b0 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
| @@ -19,7 +19,7 @@ bytecodes: [
|
| B(Star), R(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 44 S> */ B(LdaSmi), U8(10),
|
| - /* 44 E> */ B(Star), R(0),
|
| + B(Star), R(0),
|
| B(LdaUndefined),
|
| /* 48 S> */ B(Return),
|
| ]
|
| @@ -65,12 +65,12 @@ bytecodes: [
|
| B(Star), R(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 48 S> */ B(LdaSmi), U8(20),
|
| - /* 48 E> */ B(Star), R(1),
|
| + B(Star), R(1),
|
| B(Ldar), R(0),
|
| B(JumpIfNotHole), U8(11),
|
| B(LdaConstant), U8(0),
|
| B(Star), R(2),
|
| - B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
|
| + /* 48 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
|
| B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0),
|
| B(Mov), R(1), R(0),
|
| B(Ldar), R(0),
|
| @@ -97,12 +97,12 @@ bytecodes: [
|
| /* 44 S> */ B(LdaSmi), U8(10),
|
| B(Star), R(0),
|
| /* 48 S> */ B(LdaSmi), U8(20),
|
| - /* 50 E> */ B(Star), R(1),
|
| + B(Star), R(1),
|
| B(Ldar), R(0),
|
| B(JumpIfNotHole), U8(11),
|
| B(LdaConstant), U8(0),
|
| B(Star), R(2),
|
| - B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
|
| + /* 50 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
|
| B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0),
|
| B(Mov), R(1), R(0),
|
| B(LdaUndefined),
|
|
|