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

Method runInt

src/hx/cppia/CppiaCtx.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36int StackContext::runInt(void *vtable)
37{
38 if (breakContReturn) return 0;
39 GET_RETURN_VAL(return getInt(), etInt );
40 //printf("No Int return?\n");
41 // Should not really get here...
42 return 0;
43}
44Float StackContext::runFloat(void *vtable)
45{
46 if (breakContReturn) return 0;

Callers 4

runContextConvertIntFunction · 0.45
runContextConvertFloatFunction · 0.45
runContextConvertStringFunction · 0.45
runContextConvertObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected