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 d3fb484960884ef096d999bbccdbdbbc75aa4e60..505d3e807816c038574123939c5ea977882eea93 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden |
@@ -15,13 +15,13 @@ frame size: 1 |
parameter count: 1 |
bytecode array length: 10 |
bytecodes: [ |
- B(LdaTheHole), |
- B(Star), R(0), |
- B(StackCheck), |
- B(LdaSmi), U8(10), |
- B(Star), R(0), |
- B(LdaUndefined), |
- B(Return), |
+ B(LdaTheHole), |
+ B(Star), R(0), |
+ /* 30 E> */ B(StackCheck), |
+ /* 44 S> */ B(LdaSmi), U8(10), |
+ /* 44 E> */ B(Star), R(0), |
+ B(LdaUndefined), |
+ /* 48 S> */ B(Return), |
] |
constant pool: [ |
] |
@@ -36,16 +36,16 @@ frame size: 2 |
parameter count: 1 |
bytecode array length: 20 |
bytecodes: [ |
- B(LdaTheHole), |
- B(Star), R(0), |
- B(StackCheck), |
- B(LdaSmi), U8(10), |
- B(Star), 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(LdaTheHole), |
+ B(Star), R(0), |
+ /* 30 E> */ B(StackCheck), |
+ /* 44 S> */ B(LdaSmi), U8(10), |
+ /* 44 E> */ 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), |
+ /* 58 S> */ B(Return), |
] |
constant pool: [ |
"x", |
@@ -61,21 +61,21 @@ frame size: 3 |
parameter count: 1 |
bytecode array length: 32 |
bytecodes: [ |
- B(LdaTheHole), |
- B(Star), R(0), |
- B(StackCheck), |
- B(LdaSmi), U8(20), |
- 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), |
- B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0), |
- B(Ldar), R(1), |
- B(Star), R(0), |
- B(LdaUndefined), |
- B(Return), |
+ B(LdaTheHole), |
+ B(Star), R(0), |
+ /* 30 E> */ B(StackCheck), |
+ /* 48 S> */ B(LdaSmi), U8(20), |
+ /* 48 E> */ 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), |
+ B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0), |
+ B(Ldar), R(1), |
+ B(Star), R(0), |
+ /* 48 E> */ B(LdaUndefined), |
+ /* 55 S> */ B(Return), |
] |
constant pool: [ |
"x", |
@@ -91,23 +91,23 @@ frame size: 3 |
parameter count: 1 |
bytecode array length: 36 |
bytecodes: [ |
- B(LdaTheHole), |
- B(Star), R(0), |
- B(StackCheck), |
- B(LdaSmi), U8(10), |
- B(Star), R(0), |
- B(LdaSmi), U8(20), |
- 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), |
- B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0), |
- B(Ldar), R(1), |
- B(Star), R(0), |
- B(LdaUndefined), |
- B(Return), |
+ B(LdaTheHole), |
+ B(Star), R(0), |
+ /* 30 E> */ B(StackCheck), |
+ /* 44 S> */ B(LdaSmi), U8(10), |
+ /* 44 E> */ B(Star), R(0), |
+ /* 48 S> */ B(LdaSmi), U8(20), |
+ /* 50 E> */ 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), |
+ B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0), |
+ B(Ldar), R(1), |
+ B(Star), R(0), |
+ B(LdaUndefined), |
+ /* 56 S> */ B(Return), |
] |
constant pool: [ |
"x", |