| Index: test/cctest/interpreter/bytecode_expectations/LetVariable.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/LetVariable.golden b/test/cctest/interpreter/bytecode_expectations/LetVariable.golden
|
| index 0d52a52174bfa6f99b1702482114141f5f9c46f4..e54769c14df3619887e2fb10cb6973d37fd4f93e 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LetVariable.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LetVariable.golden
|
| @@ -19,7 +19,7 @@ bytecodes: [
|
| B(Star), R(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 42 S> */ B(LdaSmi), U8(10),
|
| - /* 42 E> */ B(Star), R(0),
|
| + B(Star), R(0),
|
| B(LdaUndefined),
|
| /* 46 S> */ B(Return),
|
| ]
|
| @@ -65,12 +65,12 @@ bytecodes: [
|
| B(Star), R(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 45 S> */ B(LdaSmi), U8(20),
|
| - /* 45 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),
|
| + /* 45 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
|
| B(Mov), R(1), R(0),
|
| B(Ldar), R(0),
|
| B(LdaUndefined),
|
| @@ -96,12 +96,12 @@ bytecodes: [
|
| /* 42 S> */ B(LdaSmi), U8(10),
|
| B(Star), R(0),
|
| /* 46 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(Mov), R(1), R(0),
|
| B(LdaUndefined),
|
| /* 54 S> */ B(Return),
|
|
|