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

Function _dv1

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

Source from the content-addressed store, hash-verified

4344 return r;
4345}
4346function* _dv1(t, fn, a0) {
4347 if (_Yc()) yield _Yv;
4348 if (t == null) { yield* throwNullPointerException(); }
4349 const r = fn(t, a0);
4350 if (r && typeof r.next === "function") { return yield* r; }
4351 return r;
4352}
4353function* _dv2(t, fn, a0, a1) {
4354 if (_Yc()) yield _Yv;
4355 if (t == null) { yield* throwNullPointerException(); }

Callers

nothing calls this directly

Calls 3

_YcFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected