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

Function _dv2

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

Source from the content-addressed store, hash-verified

4351 return r;
4352}
4353function* _dv2(t, fn, a0, a1) {
4354 if (_Yc()) yield _Yv;
4355 if (t == null) { yield* throwNullPointerException(); }
4356 const r = fn(t, a0, a1);
4357 if (r && typeof r.next === "function") { return yield* r; }
4358 return r;
4359}
4360function* _dv3(t, fn, a0, a1, a2) {
4361 if (_Yc()) yield _Yv;
4362 if (t == null) { yield* throwNullPointerException(); }

Callers

nothing calls this directly

Calls 3

_YcFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected