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