(IFn f0, long a, Object b)
| 472 | } |
| 473 | |
| 474 | public static byte invokeLOB(IFn f0, long a, Object b) { |
| 475 | if(f0 instanceof IFn.LOL) { |
| 476 | return RT.byteCast(((IFn.LOL)f0).invokePrim(a, b)); |
| 477 | } else { |
| 478 | return RT.byteCast(f0.invoke(a, b)); |
| 479 | } |
| 480 | } |
| 481 | |
| 482 | public static byte invokeOLB(IFn f0, Object a, long b) { |
| 483 | if(f0 instanceof IFn.OLL) { |
nothing calls this directly
no test coverage detected