(t, fn, a0, a1)
| 4351 | return r; |
| 4352 | } |
| 4353 | function* _dv2(t, fn, a0, a1) { |
| 4354 | if (_Yc()) yield _Yv; |
| 4355 | if (t == null) { yield* throwNullPointerException(); } |
| 4356 | const r = fn(t, a0, a1); |
| 4357 | if (r && typeof r.next === "function") { return yield* r; } |
| 4358 | return r; |
| 4359 | } |
| 4360 | function* _dv3(t, fn, a0, a1, a2) { |
| 4361 | if (_Yc()) yield _Yv; |
| 4362 | if (t == null) { yield* throwNullPointerException(); } |
nothing calls this directly
no test coverage detected