| OLD | NEW |
| 1 # | 1 # |
| 2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
| 3 # | 3 # |
| 4 | 4 |
| 5 --- | 5 --- |
| 6 wrap: yes | 6 wrap: yes |
| 7 | 7 |
| 8 --- | 8 --- |
| 9 snippet: " | 9 snippet: " |
| 10 return function(){ } | 10 return function(){ } |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 " | 51 " |
| 52 frame size: 3 | 52 frame size: 3 |
| 53 parameter count: 1 | 53 parameter count: 1 |
| 54 bytecode array length: 20 | 54 bytecode array length: 20 |
| 55 bytecodes: [ | 55 bytecodes: [ |
| 56 /* 30 E> */ B(StackCheck), | 56 /* 30 E> */ B(StackCheck), |
| 57 /* 34 S> */ B(LdaUndefined), | 57 /* 34 S> */ B(LdaUndefined), |
| 58 B(Star), R(1), | 58 B(Star), R(1), |
| 59 B(CreateClosure), U8(0), U8(4), U8(2), | 59 B(CreateClosure), U8(0), U8(4), U8(2), |
| 60 B(Star), R(0), | 60 B(Star), R(0), |
| 61 B(LdaSmi), U8(1), | 61 B(LdaSmi), I8(1), |
| 62 B(Star), R(2), | 62 B(Star), R(2), |
| 63 /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(2), | 63 /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(2), |
| 64 /* 71 S> */ B(Return), | 64 /* 71 S> */ B(Return), |
| 65 ] | 65 ] |
| 66 constant pool: [ | 66 constant pool: [ |
| 67 SHARED_FUNCTION_INFO_TYPE, | 67 SHARED_FUNCTION_INFO_TYPE, |
| 68 ] | 68 ] |
| 69 handlers: [ | 69 handlers: [ |
| 70 ] | 70 ] |
| 71 | 71 |
| OLD | NEW |