Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: test/cctest/interpreter/bytecode_expectations/Generators.golden

Issue 1995303002: [interpreter] Fix source position of yield-exceptions in generators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebaseline bytecode expectations Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/message/generators-throw1.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 46a6b4aba2c2cdf5f5af82e930a9d8e661bfc867..1d95aaf8c18069e11ba4f29fd325a5983ddca062 100644
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
@@ -45,7 +45,7 @@ bytecodes: [
B(LdaZero),
B(SuspendGenerator), R(6),
B(Ldar), R(5),
- /* 16 S> */ B(Return),
+ B(Return),
B(LdaSmi), U8(-2),
B(Star), R(1),
B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(6), U8(1),
@@ -154,7 +154,7 @@ bytecodes: [
B(LdaZero),
B(SuspendGenerator), R(6),
B(Ldar), R(5),
- /* 25 S> */ B(Return),
+ B(Return),
B(LdaSmi), U8(-2),
B(Star), R(1),
B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(6), U8(1),
@@ -189,7 +189,7 @@ bytecodes: [
B(LdaSmi), U8(1),
B(SuspendGenerator), R(5),
B(Ldar), R(7),
- /* 25 S> */ B(Return),
+ B(Return),
B(LdaSmi), U8(-2),
B(Star), R(1),
B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(5), U8(1),
@@ -304,7 +304,7 @@ bytecodes: [
B(LdaZero),
B(SuspendGenerator), R(8),
B(Ldar), R(7),
- /* 44 S> */ B(Return),
+ B(Return),
B(LdaSmi), U8(-2),
B(Star), R(3),
B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(8), U8(1),
@@ -408,7 +408,7 @@ bytecodes: [
B(LdaSmi), U8(1),
B(SuspendGenerator), R(11),
B(Ldar), R(13),
- /* 44 S> */ B(Return),
+ B(Return),
B(LdaSmi), U8(-2),
B(Star), R(3),
B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(11), U8(1),
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/message/generators-throw1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698