| 95 | |
| 96 | #ifdef CPPIA_JIT |
| 97 | void CppiaExpr::genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) |
| 98 | { |
| 99 | compiler->trace(getName()); |
| 100 | } |
| 101 | |
| 102 | JumpId CppiaExpr::genCompare(CppiaCompiler *compiler,bool inReverse,LabelId inLabel) |
| 103 | { |
no test coverage detected