| OLD | NEW |
| 1 # | 1 # |
| 2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
| 3 # | 3 # |
| 4 | 4 |
| 5 --- | 5 --- |
| 6 wrap: no | 6 wrap: no |
| 7 test function name: f | 7 test function name: f |
| 8 | 8 |
| 9 --- | 9 --- |
| 10 snippet: " | 10 snippet: " |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 --- | 46 --- |
| 47 snippet: " | 47 snippet: " |
| 48 function f() { return %Add(1, 2) } | 48 function f() { return %Add(1, 2) } |
| 49 f(); | 49 f(); |
| 50 " | 50 " |
| 51 frame size: 2 | 51 frame size: 2 |
| 52 parameter count: 1 | 52 parameter count: 1 |
| 53 bytecode array length: 15 | 53 bytecode array length: 15 |
| 54 bytecodes: [ | 54 bytecodes: [ |
| 55 /* 10 E> */ B(StackCheck), | 55 /* 10 E> */ B(StackCheck), |
| 56 /* 15 S> */ B(LdaSmi), U8(1), | 56 /* 15 S> */ B(LdaSmi), I8(1), |
| 57 B(Star), R(0), | 57 B(Star), R(0), |
| 58 B(LdaSmi), U8(2), | 58 B(LdaSmi), I8(2), |
| 59 B(Star), R(1), | 59 B(Star), R(1), |
| 60 B(CallRuntime), U16(Runtime::kAdd), R(0), U8(2), | 60 B(CallRuntime), U16(Runtime::kAdd), R(0), U8(2), |
| 61 /* 33 S> */ B(Return), | 61 /* 33 S> */ B(Return), |
| 62 ] | 62 ] |
| 63 constant pool: [ | 63 constant pool: [ |
| 64 ] | 64 ] |
| 65 handlers: [ | 65 handlers: [ |
| 66 ] | 66 ] |
| 67 | 67 |
| 68 --- | 68 --- |
| (...skipping 12 matching lines...) Expand all Loading... |
| 81 B(Star), R(1), | 81 B(Star), R(1), |
| 82 B(CallJSRuntime), U8(%spread_iterable), R(0), U8(2), | 82 B(CallJSRuntime), U8(%spread_iterable), R(0), U8(2), |
| 83 /* 44 S> */ B(Return), | 83 /* 44 S> */ B(Return), |
| 84 ] | 84 ] |
| 85 constant pool: [ | 85 constant pool: [ |
| 86 CONSTANT_ELEMENTS_PAIR_TYPE, | 86 CONSTANT_ELEMENTS_PAIR_TYPE, |
| 87 ] | 87 ] |
| 88 handlers: [ | 88 handlers: [ |
| 89 ] | 89 ] |
| 90 | 90 |
| OLD | NEW |