(t, fn, a0)
| 4383 | return cn1_ivsDrive(fn(t), ""); |
| 4384 | } |
| 4385 | function _dw1(t, fn, a0) { |
| 4386 | if (t == null) { cn1_ivsNpe(); } |
| 4387 | return cn1_ivsDrive(fn(t, a0), ""); |
| 4388 | } |
| 4389 | function _dw2(t, fn, a0, a1) { |
| 4390 | if (t == null) { cn1_ivsNpe(); } |
| 4391 | return cn1_ivsDrive(fn(t, a0, a1), ""); |
nothing calls this directly
no test coverage detected