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

Function _dvN

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

Source from the content-addressed store, hash-verified

4372 return r;
4373}
4374function* _dvN(t, fn, args) {
4375 if (_Yc()) yield _Yv;
4376 if (t == null) { yield* throwNullPointerException(); }
4377 const r = fn.apply(null, [t].concat(args));
4378 if (r && typeof r.next === "function") { return yield* r; }
4379 return r;
4380}
4381function _dw0(t, fn) {
4382 if (t == null) { cn1_ivsNpe(); }
4383 return cn1_ivsDrive(fn(t), "");

Callers

nothing calls this directly

Calls 4

_YcFunction · 0.85
applyMethod · 0.65
concatMethod · 0.65

Tested by

no test coverage detected