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

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

Issue 2289613002: [turbofan] Remove special JSForInStep and JSForInDone. (Closed)
Patch Set: Created 4 years, 4 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/runtime/runtime-forin.cc ('k') | test/cctest/interpreter/bytecode_expectations/WideRegisters.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/ForIn.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ForIn.golden b/test/cctest/interpreter/bytecode_expectations/ForIn.golden
index e1fa2be0b08e3d5fc8be19a9738fce180fc36302..aaf8d110d21ba4fdaed91f7691343c2307961ac4 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForIn.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForIn.golden
@@ -76,8 +76,8 @@ bytecodes: [
B(ForInPrepare), R(3), R(4),
B(LdaZero),
B(Star), R(7),
- /* 63 S> */ B(ForInDone), R(7), R(6),
- B(JumpIfTrue), U8(22),
+ /* 63 S> */ B(ForInContinue), R(7), R(6),
+ B(JumpIfFalse), U8(22),
B(ForInNext), R(3), R(7), R(4), U8(1),
B(JumpIfUndefined), U8(9),
B(Star), R(1),
@@ -116,8 +116,8 @@ bytecodes: [
B(ForInPrepare), R(3), R(4),
B(LdaZero),
B(Star), R(7),
- /* 54 S> */ B(ForInDone), R(7), R(6),
- B(JumpIfTrue), U8(30),
+ /* 54 S> */ B(ForInContinue), R(7), R(6),
+ B(JumpIfFalse), U8(30),
B(ForInNext), R(3), R(7), R(4), U8(2),
B(JumpIfUndefined), U8(17),
B(Star), R(1),
@@ -161,8 +161,8 @@ bytecodes: [
B(ForInPrepare), R(1), R(2),
B(LdaZero),
B(Star), R(5),
- /* 68 S> */ B(ForInDone), R(5), R(4),
- B(JumpIfTrue), U8(50),
+ /* 68 S> */ B(ForInContinue), R(5), R(4),
+ B(JumpIfFalse), U8(50),
B(ForInNext), R(1), R(5), R(2), U8(9),
B(JumpIfUndefined), U8(37),
B(Star), R(6),
@@ -213,8 +213,8 @@ bytecodes: [
B(ForInPrepare), R(1), R(2),
B(LdaZero),
B(Star), R(5),
- /* 65 S> */ B(ForInDone), R(5), R(4),
- B(JumpIfTrue), U8(33),
+ /* 65 S> */ B(ForInContinue), R(5), R(4),
+ B(JumpIfFalse), U8(33),
B(ForInNext), R(1), R(5), R(2), U8(7),
B(JumpIfUndefined), U8(20),
B(Star), R(6),
« no previous file with comments | « src/runtime/runtime-forin.cc ('k') | test/cctest/interpreter/bytecode_expectations/WideRegisters.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698