MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL frameToDouble

Function SLJIT_CALL frameToDouble

src/hx/cppia/CppiaFunction.cpp:277–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276int SLJIT_CALL objectToInt(hx::Object *obj) { return obj->__ToInt(); }
277void SLJIT_CALL frameToDouble(CppiaCtx *inCtx) { inCtx->returnFloat( inCtx->getObject() ); }
278//void objectToInt(CppiaCtx *inCtx) { inCtx->returnInt( inCtx->getObject() ); }
279void SLJIT_CALL objectToDouble(CppiaCtx *inCtx) { inCtx->returnFloat( inCtx->getObject() ); }
280void SLJIT_CALL objectToDoublePointer(CppiaCtx *inCtx)

Callers

nothing calls this directly

Calls 2

returnFloatMethod · 0.80
getObjectMethod · 0.45

Tested by

no test coverage detected