| 584 | } |
| 585 | |
| 586 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 587 | { |
| 588 | if (condition->getType()==etString) |
| 589 | return condition->runString(ctx)==null(); |
| 590 | else |
| 591 | return condition->runObject(ctx)==0; |
| 592 | } |
| 593 | |
| 594 | #ifdef CPPIA_JIT |
| 595 | JumpId genCompare(CppiaCompiler *compiler,bool inReverse,LabelId inLabel) HXCPP_OVERRIDE |