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

Function SLJIT_CALL doubleToObject

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

Source from the content-addressed store, hash-verified

289void SLJIT_CALL stringToObject(CppiaCtx *inCtx) { inCtx->returnObject( inCtx->getString() ); }
290void SLJIT_CALL intToObject(CppiaCtx *inCtx) { inCtx->returnObject( inCtx->getInt() ); }
291void SLJIT_CALL doubleToObject(CppiaCtx *inCtx) { inCtx->returnObject( inCtx->getFloat() ); }
292
293
294

Callers

nothing calls this directly

Calls 2

returnObjectMethod · 0.80
getFloatMethod · 0.80

Tested by

no test coverage detected