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

Function cn1_iv2

vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js:4232–4238  ·  view source on GitHub ↗
(target, mid, a0, a1)

Source from the content-addressed store, hash-verified

4230 return r;
4231}
4232function* cn1_iv2(target, mid, a0, a1) {
4233 if (_Yc()) yield _Yv;
4234 if (target == null) { yield* throwNullPointerException(); }
4235 const r = cn1_ivResolve(target, mid)(target, a0, a1);
4236 if (r && typeof r.next === "function") { return yield* r; }
4237 return r;
4238}
4239function* cn1_iv3(target, mid, a0, a1, a2) {
4240 if (_Yc()) yield _Yv;
4241 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