| 6941 | |
| 6942 | #ifdef CPPIA_JIT |
| 6943 | JumpId genCompare(CppiaCompiler *compiler,bool inReverse,LabelId inLabel) HXCPP_OVERRIDE |
| 6944 | { |
| 6945 | return value->genCompare(compiler, !inReverse, inLabel); |
| 6946 | } |
| 6947 | #endif |
| 6948 | |
| 6949 | }; |
nothing calls this directly
no test coverage detected