| OLD | NEW |
| 1 # | 1 # |
| 2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
| 3 # | 3 # |
| 4 | 4 |
| 5 --- | 5 --- |
| 6 pool type: mixed | 6 pool type: mixed |
| 7 execute: yes | 7 execute: yes |
| 8 wrap: no | 8 wrap: no |
| 9 test function name: f | 9 test function name: f |
| 10 | 10 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 handlers: [ | 69 handlers: [ |
| 70 ] | 70 ] |
| 71 | 71 |
| 72 --- | 72 --- |
| 73 snippet: " | 73 snippet: " |
| 74 function f() { return %spread_iterable([1]) } | 74 function f() { return %spread_iterable([1]) } |
| 75 f(); | 75 f(); |
| 76 " | 76 " |
| 77 frame size: 2 | 77 frame size: 2 |
| 78 parameter count: 1 | 78 parameter count: 1 |
| 79 bytecode array length: 15 | 79 bytecode array length: 14 |
| 80 bytecodes: [ | 80 bytecodes: [ |
| 81 /* 10 E> */ B(StackCheck), | 81 /* 10 E> */ B(StackCheck), |
| 82 /* 15 S> */ B(LdaUndefined), | 82 /* 15 S> */ B(LdrUndefined), R(0), |
| 83 B(Star), R(0), | |
| 84 B(CreateArrayLiteral), U8(0), U8(0), U8(3), | 83 B(CreateArrayLiteral), U8(0), U8(0), U8(3), |
| 85 B(Star), R(1), | 84 B(Star), R(1), |
| 86 B(CallJSRuntime), U8(122), R(0), U8(2), | 85 B(CallJSRuntime), U8(122), R(0), U8(2), |
| 87 /* 44 S> */ B(Return), | 86 /* 44 S> */ B(Return), |
| 88 ] | 87 ] |
| 89 constant pool: [ | 88 constant pool: [ |
| 90 InstanceType::FIXED_ARRAY_TYPE, | 89 InstanceType::FIXED_ARRAY_TYPE, |
| 91 ] | 90 ] |
| 92 handlers: [ | 91 handlers: [ |
| 93 ] | 92 ] |
| 94 | 93 |
| OLD | NEW |