MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / runInt

Method runInt

src/hx/cppia/Cppia.cpp:4224–4230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4222 MEM_WB_CHECK;
4223 }
4224 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE {
4225 T *t = MEMGETPTR;
4226 BCR_CHECK;
4227 int result = ValToInt( CREMENT::run(*t) );
4228 MEM_WB_CHECK;
4229 return result;
4230 }
4231 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE {
4232 T *t = MEMGETPTR;
4233 BCR_CHECK;

Callers

nothing calls this directly

Calls 2

ValToIntFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected