(t, fn, args)
| 4372 | return r; |
| 4373 | } |
| 4374 | function* _dvN(t, fn, args) { |
| 4375 | if (_Yc()) yield _Yv; |
| 4376 | if (t == null) { yield* throwNullPointerException(); } |
| 4377 | const r = fn.apply(null, [t].concat(args)); |
| 4378 | if (r && typeof r.next === "function") { return yield* r; } |
| 4379 | return r; |
| 4380 | } |
| 4381 | function _dw0(t, fn) { |
| 4382 | if (t == null) { cn1_ivsNpe(); } |
| 4383 | return cn1_ivsDrive(fn(t), ""); |
nothing calls this directly
no test coverage detected