OLD | NEW |
1 This tests verifies access to captured arguments via an optimized-away arguments
object. | 1 This tests verifies access to captured arguments via an optimized-away arguments
object. |
2 | 2 |
3 PASS: f0(1) should be 1 and is. | 3 PASS: f0(1) should be 1 and is. |
4 PASS: f1(2, 3) should be 3 and is. | 4 PASS: f1(2, 3) should be 3 and is. |
5 PASS: f2(4) should be 4 and is. | 5 PASS: f2(4) should be 4 and is. |
6 PASS: f3(5, 6) should be 6 and is. | 6 PASS: f3(5, 6) should be 6 and is. |
7 PASS: f4(7) should be 7 and is. | 7 PASS: f4(7) should be 7 and is. |
8 PASS: f5(8, 9) should be 9 and is. | 8 PASS: f5(8, 9) should be 9 and is. |
9 PASS: f6(10) should be 10 and is. | 9 PASS: f6(10) should be 10 and is. |
10 PASS: f7(11, 12) should be 12 and is. | 10 PASS: f7(11, 12) should be 12 and is. |
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1594 PASS: f7(11, 12) should be 12 and is. | 1594 PASS: f7(11, 12) should be 12 and is. |
1595 PASS: f0(1) should be 1 and is. | 1595 PASS: f0(1) should be 1 and is. |
1596 PASS: f1(2, 3) should be 3 and is. | 1596 PASS: f1(2, 3) should be 3 and is. |
1597 PASS: f2(4) should be 4 and is. | 1597 PASS: f2(4) should be 4 and is. |
1598 PASS: f3(5, 6) should be 6 and is. | 1598 PASS: f3(5, 6) should be 6 and is. |
1599 PASS: f4(7) should be 7 and is. | 1599 PASS: f4(7) should be 7 and is. |
1600 PASS: f5(8, 9) should be 9 and is. | 1600 PASS: f5(8, 9) should be 9 and is. |
1601 PASS: f6(10) should be 10 and is. | 1601 PASS: f6(10) should be 10 and is. |
1602 PASS: f7(11, 12) should be 12 and is. | 1602 PASS: f7(11, 12) should be 12 and is. |
1603 | 1603 |
OLD | NEW |