(target, mid, args)
| 4251 | return r; |
| 4252 | } |
| 4253 | function* cn1_ivN(target, mid, args) { |
| 4254 | if (_Yc()) yield _Yv; |
| 4255 | if (target == null) { yield* throwNullPointerException(); } |
| 4256 | const method = cn1_ivResolve(target, mid); |
| 4257 | const r = method.apply(null, [target].concat(args)); |
| 4258 | if (r && typeof r.next === "function") { return yield* r; } |
| 4259 | return r; |
| 4260 | } |
| 4261 | // Synchronous virtual dispatch family (cn1_ivs0..4 / cn1_ivsN). Emitted |
| 4262 | // at INVOKEVIRTUAL / INVOKEINTERFACE call sites whose signature the |
| 4263 | // suspension analysis (exportedSuspendingSigs) proved has NO suspending |
nothing calls this directly
no test coverage detected