Index: test/cctest/interpreter/bytecode_expectations/Generators.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden |
index fa889a2822e746a5512d45fee514d7b0fe655ce2..301ae24cace39c773ae1ae5d8a611703a63fdecb 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden |
@@ -34,7 +34,7 @@ bytecodes: [ |
B(StaContextSlot), R(context), U8(4), |
/* 11 E> */ B(StackCheck), |
B(Mov), R(context), R(4), |
- B(LdrContextSlot), R(context), U8(4), R(6), |
+ /* 11 E> */ B(LdrContextSlot), R(context), U8(4), R(6), |
B(Ldar), R(6), |
B(Mov), R(closure), R(5), |
B(CallRuntime), U16(Runtime::kCreateJSGeneratorObject), R(5), U8(2), |
@@ -44,7 +44,7 @@ bytecodes: [ |
B(LdaZero), |
B(SuspendGenerator), R(6), |
B(Ldar), R(5), |
- B(Return), |
+ /* 16 S> */ B(Return), |
B(LdaSmi), U8(-2), |
B(Star), R(1), |
B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(6), U8(1), |
@@ -67,7 +67,7 @@ bytecodes: [ |
B(Star), R(2), |
B(Jump), U8(35), |
B(Ldar), R(7), |
- B(Throw), |
+ /* 11 E> */ B(Throw), |
B(LdrUndefined), R(5), |
B(LdaTrue), |
B(Star), R(6), |
@@ -140,7 +140,7 @@ bytecodes: [ |
B(StaContextSlot), R(context), U8(4), |
/* 11 E> */ B(StackCheck), |
B(Mov), R(context), R(4), |
- B(LdrContextSlot), R(context), U8(4), R(6), |
+ /* 11 E> */ B(LdrContextSlot), R(context), U8(4), R(6), |
B(Ldar), R(6), |
B(Mov), R(closure), R(5), |
B(CallRuntime), U16(Runtime::kCreateJSGeneratorObject), R(5), U8(2), |
@@ -150,7 +150,7 @@ bytecodes: [ |
B(LdaZero), |
B(SuspendGenerator), R(6), |
B(Ldar), R(5), |
- B(Return), |
+ /* 25 S> */ B(Return), |
B(LdaSmi), U8(-2), |
B(Star), R(1), |
B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(6), U8(1), |
@@ -173,7 +173,7 @@ bytecodes: [ |
B(Star), R(2), |
B(Jump), U8(113), |
B(Ldar), R(7), |
- B(Throw), |
+ /* 11 E> */ B(Throw), |
/* 16 S> */ B(LdaSmi), U8(42), |
B(Star), R(5), |
B(LdaFalse), |
@@ -184,7 +184,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(SuspendGenerator), R(5), |
B(Ldar), R(7), |
- B(Return), |
+ /* 25 S> */ B(Return), |
B(LdaSmi), U8(-2), |
B(Star), R(1), |
B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(5), U8(1), |
@@ -207,7 +207,7 @@ bytecodes: [ |
B(Star), R(2), |
B(Jump), U8(35), |
B(Ldar), R(6), |
- B(Throw), |
+ /* 16 E> */ B(Throw), |
B(LdrUndefined), R(5), |
B(LdaTrue), |
B(Star), R(6), |
@@ -286,7 +286,7 @@ bytecodes: [ |
B(StaContextSlot), R(context), U8(4), |
/* 11 E> */ B(StackCheck), |
B(Mov), R(context), R(6), |
- B(LdrContextSlot), R(context), U8(4), R(8), |
+ /* 11 E> */ B(LdrContextSlot), R(context), U8(4), R(8), |
B(Ldar), R(8), |
B(Mov), R(closure), R(7), |
B(CallRuntime), U16(Runtime::kCreateJSGeneratorObject), R(7), U8(2), |
@@ -296,7 +296,7 @@ bytecodes: [ |
B(LdaZero), |
B(SuspendGenerator), R(8), |
B(Ldar), R(7), |
- B(Return), |
+ /* 44 S> */ B(Return), |
B(LdaSmi), U8(-2), |
B(Star), R(3), |
B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(8), U8(1), |
@@ -319,7 +319,7 @@ bytecodes: [ |
B(Star), R(4), |
B(JumpConstant), U8(16), |
B(Ldar), R(9), |
- B(Throw), |
+ /* 11 E> */ B(Throw), |
B(LdaConstant), U8(0), |
B(Star), R(7), |
B(Mov), R(closure), R(8), |
@@ -391,7 +391,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(SuspendGenerator), R(11), |
B(Ldar), R(13), |
- B(Return), |
+ /* 44 S> */ B(Return), |
B(LdaSmi), U8(-2), |
B(Star), R(3), |
B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(11), U8(1), |
@@ -421,7 +421,7 @@ bytecodes: [ |
B(Star), R(7), |
B(Jump), U8(75), |
B(Ldar), R(12), |
- B(Throw), |
+ /* 36 E> */ B(Throw), |
B(Ldar), R(12), |
B(PopContext), R(2), |
B(LdaZero), |