MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / cn1_iv4

Function cn1_iv4

vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js:4246–4252  ·  view source on GitHub ↗
(target, mid, a0, a1, a2, a3)

Source from the content-addressed store, hash-verified

4244 return r;
4245}
4246function* 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}
4253function* cn1_ivN(target, mid, args) {
4254 if (_Yc()) yield _Yv;
4255 if (target == null) { yield* throwNullPointerException(); }

Callers

nothing calls this directly

Calls 3

_YcFunction · 0.85
cn1_ivResolveFunction · 0.85

Tested by

no test coverage detected