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

Function _dw4

vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js:4397–4400  ·  view source on GitHub ↗
(t, fn, a0, a1, a2, a3)

Source from the content-addressed store, hash-verified

4395 return cn1_ivsDrive(fn(t, a0, a1, a2), "");
4396}
4397function _dw4(t, fn, a0, a1, a2, a3) {
4398 if (t == null) { cn1_ivsNpe(); }
4399 return cn1_ivsDrive(fn(t, a0, a1, a2, a3), "");
4400}
4401function _dwN(t, fn, args) {
4402 if (t == null) { cn1_ivsNpe(); }
4403 return cn1_ivsDrive(fn.apply(null, [t].concat(args)), "");

Callers

nothing calls this directly

Calls 3

cn1_ivsNpeFunction · 0.85
cn1_ivsDriveFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected