| 275 | |
| 276 | int SLJIT_CALL objectToInt(hx::Object *obj) { return obj->__ToInt(); } |
| 277 | void SLJIT_CALL frameToDouble(CppiaCtx *inCtx) { inCtx->returnFloat( inCtx->getObject() ); } |
| 278 | //void objectToInt(CppiaCtx *inCtx) { inCtx->returnInt( inCtx->getObject() ); } |
| 279 | void SLJIT_CALL objectToDouble(CppiaCtx *inCtx) { inCtx->returnFloat( inCtx->getObject() ); } |
| 280 | void SLJIT_CALL objectToDoublePointer(CppiaCtx *inCtx) |
nothing calls this directly
no test coverage detected