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

Function _dv4

vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js:4367–4373  ·  view source on GitHub ↗
(t, fn, a0, a1, a2, a3)

Source from the content-addressed store, hash-verified

4365 return r;
4366}
4367function* _dv4(t, fn, a0, a1, a2, a3) {
4368 if (_Yc()) yield _Yv;
4369 if (t == null) { yield* throwNullPointerException(); }
4370 const r = fn(t, a0, a1, a2, a3);
4371 if (r && typeof r.next === "function") { return yield* r; }
4372 return r;
4373}
4374function* _dvN(t, fn, args) {
4375 if (_Yc()) yield _Yv;
4376 if (t == null) { yield* throwNullPointerException(); }

Callers

nothing calls this directly

Calls 3

_YcFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected