| 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: mixed | |
| 7 execute: yes | 6 execute: yes |
| 8 wrap: no | 7 wrap: no |
| 9 test function name: f | 8 test function name: f |
| 10 | 9 |
| 11 --- | 10 --- |
| 12 snippet: " | 11 snippet: " |
| 13 function bar() { this.value = 0; } | 12 function bar() { this.value = 0; } |
| 14 function f() { return new bar(); } | 13 function f() { return new bar(); } |
| 15 f(); | 14 f(); |
| 16 " | 15 " |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 B(Star), R(3), | 76 B(Star), R(3), |
| 78 B(Ldar), R(0), | 77 B(Ldar), R(0), |
| 79 /* 112 E> */ B(New), R(0), R(1), U8(3), U8(1), | 78 /* 112 E> */ B(New), R(0), R(1), U8(3), U8(1), |
| 80 /* 130 S> */ B(Return), | 79 /* 130 S> */ B(Return), |
| 81 ] | 80 ] |
| 82 constant pool: [ | 81 constant pool: [ |
| 83 ] | 82 ] |
| 84 handlers: [ | 83 handlers: [ |
| 85 ] | 84 ] |
| 86 | 85 |
| OLD | NEW |