OLD | NEW |
(Empty) | |
| 1 # |
| 2 # Autogenerated by generate-bytecode-expectations |
| 3 # |
| 4 |
| 5 --- |
| 6 pool type: number |
| 7 execute: yes |
| 8 wrap: yes |
| 9 |
| 10 --- |
| 11 snippet: " |
| 12 return 12345678; |
| 13 " |
| 14 frame size: 0 |
| 15 parameter count: 1 |
| 16 bytecode array length: 4 |
| 17 bytecodes: [ |
| 18 B(StackCheck), |
| 19 B(LdaConstant), U8(0), |
| 20 B(Return), |
| 21 ] |
| 22 constant pool: [ |
| 23 12345678, |
| 24 ] |
| 25 handlers: [ |
| 26 ] |
| 27 |
| 28 --- |
| 29 snippet: " |
| 30 var a = 1234; return 5678; |
| 31 " |
| 32 frame size: 1 |
| 33 parameter count: 1 |
| 34 bytecode array length: 8 |
| 35 bytecodes: [ |
| 36 B(StackCheck), |
| 37 B(LdaConstant), U8(0), |
| 38 B(Star), R(0), |
| 39 B(LdaConstant), U8(1), |
| 40 B(Return), |
| 41 ] |
| 42 constant pool: [ |
| 43 1234, |
| 44 5678, |
| 45 ] |
| 46 handlers: [ |
| 47 ] |
| 48 |
| 49 --- |
| 50 snippet: " |
| 51 var a = 1234; return 1234; |
| 52 " |
| 53 frame size: 1 |
| 54 parameter count: 1 |
| 55 bytecode array length: 8 |
| 56 bytecodes: [ |
| 57 B(StackCheck), |
| 58 B(LdaConstant), U8(0), |
| 59 B(Star), R(0), |
| 60 B(LdaConstant), U8(0), |
| 61 B(Return), |
| 62 ] |
| 63 constant pool: [ |
| 64 1234, |
| 65 ] |
| 66 handlers: [ |
| 67 ] |
| 68 |
OLD | NEW |