(t, fn, a0, a1, a2, a3)
| 4365 | return r; |
| 4366 | } |
| 4367 | function* _dv4(t, fn, a0, a1, a2, a3) { |
| 4368 | if (_Yc()) yield _Yv; |
| 4369 | if (t == null) { yield* throwNullPointerException(); } |
| 4370 | const r = fn(t, a0, a1, a2, a3); |
| 4371 | if (r && typeof r.next === "function") { return yield* r; } |
| 4372 | return r; |
| 4373 | } |
| 4374 | function* _dvN(t, fn, args) { |
| 4375 | if (_Yc()) yield _Yv; |
| 4376 | if (t == null) { yield* throwNullPointerException(); } |
nothing calls this directly
no test coverage detected