Chromium Code Reviews

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

Issue 1922523002: [Interpreter] Use FastCloneShallowObjectStub in CreateObjectLiteral bytecode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add todo Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 9f0c64a95253b0386ed80f760cbcb0b9646f026e..d7223af58164051eaeea5c0e9a73c736dd26a5fe 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForIn.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForIn.golden
@@ -156,7 +156,7 @@ parameter count: 1
bytecode array length: 94
bytecodes: [
B(StackCheck),
- B(CreateObjectLiteral), U8(0), U8(0), U8(5),
+ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
B(Star), R(1),
B(Star), R(0),
B(CreateArrayLiteral), U8(1), U8(1), U8(3),

Powered by Google App Engine