(t, fn, a0)
| 4344 | return r; |
| 4345 | } |
| 4346 | function* _dv1(t, fn, a0) { |
| 4347 | if (_Yc()) yield _Yv; |
| 4348 | if (t == null) { yield* throwNullPointerException(); } |
| 4349 | const r = fn(t, a0); |
| 4350 | if (r && typeof r.next === "function") { return yield* r; } |
| 4351 | return r; |
| 4352 | } |
| 4353 | function* _dv2(t, fn, a0, a1) { |
| 4354 | if (_Yc()) yield _Yv; |
| 4355 | if (t == null) { yield* throwNullPointerException(); } |
nothing calls this directly
no test coverage detected