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

Function cn1_ivN

vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js:4253–4260  ·  view source on GitHub ↗
(target, mid, args)

Source from the content-addressed store, hash-verified

4251 return r;
4252}
4253function* 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

Callers

nothing calls this directly

Calls 5

_YcFunction · 0.85
cn1_ivResolveFunction · 0.85
applyMethod · 0.65
concatMethod · 0.65

Tested by

no test coverage detected