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

Function _dw1

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

Source from the content-addressed store, hash-verified

4383 return cn1_ivsDrive(fn(t), "");
4384}
4385function _dw1(t, fn, a0) {
4386 if (t == null) { cn1_ivsNpe(); }
4387 return cn1_ivsDrive(fn(t, a0), "");
4388}
4389function _dw2(t, fn, a0, a1) {
4390 if (t == null) { cn1_ivsNpe(); }
4391 return cn1_ivsDrive(fn(t, a0, a1), "");

Callers

nothing calls this directly

Calls 3

cn1_ivsNpeFunction · 0.85
cn1_ivsDriveFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected