(t, fn, a0, a1, a2)
| 4358 | return r; |
| 4359 | } |
| 4360 | function* _dv3(t, fn, a0, a1, a2) { |
| 4361 | if (_Yc()) yield _Yv; |
| 4362 | if (t == null) { yield* throwNullPointerException(); } |
| 4363 | const r = fn(t, a0, a1, a2); |
| 4364 | if (r && typeof r.next === "function") { return yield* r; } |
| 4365 | return r; |
| 4366 | } |
| 4367 | function* _dv4(t, fn, a0, a1, a2, a3) { |
| 4368 | if (_Yc()) yield _Yv; |
| 4369 | if (t == null) { yield* throwNullPointerException(); } |
nothing calls this directly
no test coverage detected