| 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: no | 6 wrap: no |
| 8 test function name: f | 7 test function name: f |
| 9 | 8 |
| 10 --- | 9 --- |
| 11 snippet: " | 10 snippet: " |
| 12 function f(a) { return a.func(); } | 11 function f(a) { return a.func(); } |
| 13 f(new (function Obj() { this.func = function() { return; }})()) | 12 f(new (function Obj() { this.func = function() { return; }})()) |
| 14 " | 13 " |
| 15 frame size: 1 | 14 frame size: 1 |
| 16 parameter count: 2 | 15 parameter count: 2 |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 /* 1177 E> */ B(Wide), B(LdrNamedProperty), R16(arg0), U16(0), U16(260), R16(0
), | 477 /* 1177 E> */ B(Wide), B(LdrNamedProperty), R16(arg0), U16(0), U16(260), R16(0
), |
| 479 /* 1178 E> */ B(Wide), B(Call), R16(0), R16(arg0), U16(1), U16(258), | 478 /* 1178 E> */ B(Wide), B(Call), R16(0), R16(arg0), U16(1), U16(258), |
| 480 /* 1186 S> */ B(Return), | 479 /* 1186 S> */ B(Return), |
| 481 ] | 480 ] |
| 482 constant pool: [ | 481 constant pool: [ |
| 483 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"], | 482 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"], |
| 484 ] | 483 ] |
| 485 handlers: [ | 484 handlers: [ |
| 486 ] | 485 ] |
| 487 | 486 |
| OLD | NEW |