(target, mid, a0, a1, a2, a3)
| 4244 | return r; |
| 4245 | } |
| 4246 | function* cn1_iv4(target, mid, a0, a1, a2, a3) { |
| 4247 | if (_Yc()) yield _Yv; |
| 4248 | if (target == null) { yield* throwNullPointerException(); } |
| 4249 | const r = cn1_ivResolve(target, mid)(target, a0, a1, a2, a3); |
| 4250 | if (r && typeof r.next === "function") { return yield* r; } |
| 4251 | return r; |
| 4252 | } |
| 4253 | function* cn1_ivN(target, mid, args) { |
| 4254 | if (_Yc()) yield _Yv; |
| 4255 | if (target == null) { yield* throwNullPointerException(); } |
nothing calls this directly
no test coverage detected