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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 bytecodes: [ | 169 bytecodes: [ |
170 /* 30 E> */ B(StackCheck), | 170 /* 30 E> */ B(StackCheck), |
171 /* 34 S> */ B(LdaSmi), U8(-128), | 171 /* 34 S> */ B(LdaSmi), U8(-128), |
172 /* 47 S> */ B(Return), | 172 /* 47 S> */ B(Return), |
173 ] | 173 ] |
174 constant pool: [ | 174 constant pool: [ |
175 ] | 175 ] |
176 handlers: [ | 176 handlers: [ |
177 ] | 177 ] |
178 | 178 |
| 179 --- |
| 180 snippet: " |
| 181 return 2.0; |
| 182 " |
| 183 frame size: 0 |
| 184 parameter count: 1 |
| 185 bytecode array length: 4 |
| 186 bytecodes: [ |
| 187 /* 30 E> */ B(StackCheck), |
| 188 /* 34 S> */ B(LdaConstant), U8(0), |
| 189 /* 46 S> */ B(Return), |
| 190 ] |
| 191 constant pool: [ |
| 192 2, |
| 193 ] |
| 194 handlers: [ |
| 195 ] |
| 196 |
OLD | NEW |