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

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

Issue 1947403002: [interpreter] Introduce bytecode generation pipeline. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix return type of BytecodeSourceInfo::is_statement() 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
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 d7223af58164051eaeea5c0e9a73c736dd26a5fe..6755cb5991556c574820331cb78c06e8ee462d63 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForIn.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForIn.golden
@@ -65,11 +65,12 @@ snippet: "
"
frame size: 8
parameter count: 1
-bytecode array length: 45
+bytecode array length: 46
bytecodes: [
B(StackCheck),
B(LdaConstant), U8(0),
B(Star), R(1),
+ B(Nop),
B(JumpIfUndefined), U8(38),
B(JumpIfNull), U8(36),
B(ToObject),

Powered by Google App Engine
This is Rietveld 408576698