(t, fn)
| 4337 | // function reference (minified/aliased in lockstep with its def), not |
| 4338 | // a string. |
| 4339 | function* _dv0(t, fn) { |
| 4340 | if (_Yc()) yield _Yv; |
| 4341 | if (t == null) { yield* throwNullPointerException(); } |
| 4342 | const r = fn(t); |
| 4343 | if (r && typeof r.next === "function") { return yield* r; } |
| 4344 | return r; |
| 4345 | } |
| 4346 | function* _dv1(t, fn, a0) { |
| 4347 | if (_Yc()) yield _Yv; |
| 4348 | if (t == null) { yield* throwNullPointerException(); } |
nothing calls this directly
no test coverage detected