Function Call
| 819 | |
| 820 | // Function Call |
| 821 | void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE |
| 822 | { |
| 823 | genFunctionCall(function, compiler, inDest, destType, isBoolReturn, returnType,thisExpr, args, |
| 824 | isThisCall ? (JitVal)sJitThis : JitVal()); |
| 825 | } |
| 826 | |
| 827 | |
| 828 | #endif |
nothing calls this directly
no test coverage detected