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