(target, mid, a0)
| 4223 | return r; |
| 4224 | } |
| 4225 | function* cn1_iv1(target, mid, a0) { |
| 4226 | if (_Yc()) yield _Yv; |
| 4227 | if (target == null) { yield* throwNullPointerException(); } |
| 4228 | const r = cn1_ivResolve(target, mid)(target, a0); |
| 4229 | if (r && typeof r.next === "function") { return yield* r; } |
| 4230 | return r; |
| 4231 | } |
| 4232 | function* cn1_iv2(target, mid, a0, a1) { |
| 4233 | if (_Yc()) yield _Yv; |
| 4234 | if (target == null) { yield* throwNullPointerException(); } |
nothing calls this directly
no test coverage detected