| 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: number | 6 pool type: number |
| 7 execute: yes | 7 execute: yes |
| 8 wrap: yes | 8 wrap: yes |
| 9 | 9 |
| 10 --- | 10 --- |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 | 178 |
| 179 --- | 179 --- |
| 180 snippet: " | 180 snippet: " |
| 181 return 2.0; | 181 return 2.0; |
| 182 " | 182 " |
| 183 frame size: 0 | 183 frame size: 0 |
| 184 parameter count: 1 | 184 parameter count: 1 |
| 185 bytecode array length: 4 | 185 bytecode array length: 4 |
| 186 bytecodes: [ | 186 bytecodes: [ |
| 187 /* 30 E> */ B(StackCheck), | 187 /* 30 E> */ B(StackCheck), |
| 188 /* 34 S> */ B(LdaConstant), U8(0), | 188 /* 34 S> */ B(LdaSmi), U8(2), |
| 189 /* 46 S> */ B(Return), | 189 /* 46 S> */ B(Return), |
| 190 ] | 190 ] |
| 191 constant pool: [ | 191 constant pool: [ |
| 192 2, | |
| 193 ] | 192 ] |
| 194 handlers: [ | 193 handlers: [ |
| 195 ] | 194 ] |
| 196 | 195 |
| OLD | NEW |