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

Function _dv0

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

Source from the content-addressed store, hash-verified

4337// function reference (minified/aliased in lockstep with its def), not
4338// a string.
4339function* _dv0(t, fn) {
4340 if (_Yc()) yield _Yv;
4341 if (t == null) { yield* throwNullPointerException(); }
4342 const r = fn(t);
4343 if (r && typeof r.next === "function") { return yield* r; }
4344 return r;
4345}
4346function* _dv1(t, fn, a0) {
4347 if (_Yc()) yield _Yv;
4348 if (t == null) { yield* throwNullPointerException(); }

Callers

nothing calls this directly

Calls 3

_YcFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected