(i, x4, y4)
| 159 | } |
| 160 | |
| 161 | function f(i, x4, y4) { |
| 162 | var a4 = expected[i].locals.a4; |
| 163 | var b4 = expected[i].locals.b4; |
| 164 | g1(i - 1, a4, b4); |
| 165 | return a4 + b4; |
| 166 | } |
| 167 | |
| 168 | // Test calling f normally and as a constructor. |
| 169 | f(expected.length - 1, 11, 12); |
no test coverage detected