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

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

Issue 1736233002: [interpreter] ToObject never yields null. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 | « test/cctest/interpreter/bytecode_expectations/ForIn.golden ('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/WideRegisters.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/WideRegisters.golden b/test/cctest/interpreter/bytecode_expectations/WideRegisters.golden
index d1a9ba619bdcc0399795aea53c12bd22e55de1d2..04588f065008650e2929b10fd0105b1010163265 100644
--- a/test/cctest/interpreter/bytecode_expectations/WideRegisters.golden
+++ b/test/cctest/interpreter/bytecode_expectations/WideRegisters.golden
@@ -1125,7 +1125,7 @@ snippet: "
"
frame size: 167
parameter count: 1
-bytecode array length: 111
+bytecode array length: 109
bytecodes: [
B(StackCheck),
B(LdaConstant), U8(0),
@@ -1133,10 +1133,9 @@ bytecodes: [
B(LdaZero),
B(Star), R(1),
B(Ldar), R(0),
- B(JumpIfUndefined), U8(98),
- B(JumpIfNull), U8(96),
+ B(JumpIfUndefined), U8(96),
+ B(JumpIfNull), U8(94),
B(ToObject),
- B(JumpIfNull), U8(93),
B(Star), R(125),
B(MovWide), R16(125), R16(161),
B(ForInPrepareWide), R16(162),
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ForIn.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698