| OLD | NEW |
| 1 # | 1 # |
| 2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
| 3 # | 3 # |
| 4 | 4 |
| 5 --- | 5 --- |
| 6 execute: yes | |
| 7 wrap: yes | 6 wrap: yes |
| 8 | 7 |
| 9 --- | 8 --- |
| 10 snippet: " | 9 snippet: " |
| 11 var x = 0; return x; | 10 var x = 0; return x; |
| 12 " | 11 " |
| 13 frame size: 1 | 12 frame size: 1 |
| 14 parameter count: 1 | 13 parameter count: 1 |
| 15 bytecode array length: 6 | 14 bytecode array length: 6 |
| 16 bytecodes: [ | 15 bytecodes: [ |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 /* 42 S> */ B(LdaZero), | 250 /* 42 S> */ B(LdaZero), |
| 252 B(Star), R(0), | 251 B(Star), R(0), |
| 253 /* 45 S> */ B(LdaSmi), U8(3), | 252 /* 45 S> */ B(LdaSmi), U8(3), |
| 254 /* 60 S> */ B(Return), | 253 /* 60 S> */ B(Return), |
| 255 ] | 254 ] |
| 256 constant pool: [ | 255 constant pool: [ |
| 257 ] | 256 ] |
| 258 handlers: [ | 257 handlers: [ |
| 259 ] | 258 ] |
| 260 | 259 |
| OLD | NEW |