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

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

Issue 2164503005: [interpreter] Remove duped control scope in ForOfStatement. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix golden. Created 4 years, 5 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') | no next file » | 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 7dfc190d5f7a20b682a65b3b72594fba51e3863e..40b8f9f6b164d4fe23aca88d6f08bbc5dec3cb4a 100644
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
@@ -265,7 +265,7 @@ snippet: "
"
frame size: 18
parameter count: 1
-bytecode array length: 774
+bytecode array length: 772
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(26),
@@ -399,10 +399,10 @@ bytecodes: [
B(Star), R(15),
B(LdaZero),
B(TestEqualStrict), R(15),
- B(JumpIfTrue), U8(45),
+ B(JumpIfTrue), U8(43),
B(LdaSmi), U8(2),
B(TestEqualStrict), R(15),
- B(JumpIfTrue), U8(36),
+ B(JumpIfTrue), U8(34),
B(Jump), U8(2),
B(LdaTrue),
B(Star), R(17),
@@ -414,7 +414,6 @@ bytecodes: [
B(PopContext), R(2),
B(PopContext), R(2),
B(PopContext), R(2),
- B(PopContext), R(2),
B(Star), R(9),
B(LdaZero),
B(Star), R(8),
@@ -425,7 +424,7 @@ bytecodes: [
B(PopContext), R(2),
B(LdaZero),
B(StaContextSlot), R(1), U8(9),
- B(Wide), B(Jump), U16(-225),
+ B(Wide), B(Jump), U16(-223),
B(Jump), U8(46),
B(Star), R(13),
B(LdaConstant), U8(11),
@@ -600,9 +599,9 @@ constant pool: [
kInstanceTypeDontCare,
]
handlers: [
- [44, 693, 699],
- [150, 447, 453],
- [153, 401, 403],
- [550, 562, 564],
+ [44, 691, 697],
+ [150, 445, 451],
+ [153, 399, 401],
+ [548, 560, 562],
]
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698