| 4871 | |
| 4872 | #ifdef CPPIA_JIT |
| 4873 | void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE |
| 4874 | { |
| 4875 | compiler->returnNull(inDest, destType); |
| 4876 | } |
| 4877 | #endif |
| 4878 | |
| 4879 | }; |
nothing calls this directly
no test coverage detected