| 1309 | |
| 1310 | |
| 1311 | void call(const JitVal &func,const JitVal &inArg0) HXCPP_OVERRIDE |
| 1312 | { |
| 1313 | move(sJitArg0,inArg0); |
| 1314 | emit_ijump(func,1); |
| 1315 | } |
| 1316 | |
| 1317 | void callNative(void *func) HXCPP_OVERRIDE |
| 1318 | { |
no outgoing calls
no test coverage detected