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

Function _dw3

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

Source from the content-addressed store, hash-verified

4391 return cn1_ivsDrive(fn(t, a0, a1), "");
4392}
4393function _dw3(t, fn, a0, a1, a2) {
4394 if (t == null) { cn1_ivsNpe(); }
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), "");

Callers

nothing calls this directly

Calls 3

cn1_ivsNpeFunction · 0.85
cn1_ivsDriveFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected