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

Function _dv3

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

Source from the content-addressed store, hash-verified

4358 return r;
4359}
4360function* _dv3(t, fn, a0, a1, a2) {
4361 if (_Yc()) yield _Yv;
4362 if (t == null) { yield* throwNullPointerException(); }
4363 const r = fn(t, a0, a1, a2);
4364 if (r && typeof r.next === "function") { return yield* r; }
4365 return r;
4366}
4367function* _dv4(t, fn, a0, a1, a2, a3) {
4368 if (_Yc()) yield _Yv;
4369 if (t == null) { yield* throwNullPointerException(); }

Callers

nothing calls this directly

Calls 3

_YcFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected