| 560 | |
| 561 | #ifdef CPPIA_JIT |
| 562 | void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE |
| 563 | { |
| 564 | JumpId ifNot = condition->genCompare(compiler,true); |
| 565 | doIf->genCode(compiler,inDest,destType); |
| 566 | compiler->comeFrom(ifNot); |
| 567 | } |
| 568 | #endif |
| 569 | }; |
| 570 |
nothing calls this directly
no test coverage detected