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 8fa1af2da46c82923c5f1fa23aa3829453af9474..a3b15b1da5ad7229f7c43311c2919c5c911f0e89 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ForIn.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ForIn.golden |
@@ -108,7 +108,7 @@ bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaZero), |
B(Star), R(0), |
- /* 59 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(1), |
+ /* 59 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(9), |
B(JumpIfUndefined), U8(46), |
B(JumpIfNull), U8(44), |
B(ToObject), R(3), |
@@ -153,7 +153,7 @@ bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1), |
B(Mov), R(1), R(0), |
- /* 77 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(1), |
+ /* 77 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(9), |
B(JumpIfUndefined), U8(68), |
B(JumpIfNull), U8(66), |
B(ToObject), R(1), |
@@ -203,9 +203,9 @@ parameter count: 1 |
bytecode array length: 62 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
- /* 42 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(1), |
+ /* 42 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(9), |
B(Star), R(0), |
- /* 72 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(1), |
+ /* 72 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(9), |
B(JumpIfUndefined), U8(49), |
B(JumpIfNull), U8(47), |
B(ToObject), R(1), |