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

Method runFloat

src/hx/cppia/CppiaCtx.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return 0;
43}
44Float StackContext::runFloat(void *vtable)
45{
46 if (breakContReturn) return 0;
47 GET_RETURN_VAL(return getFloat(),etFloat );
48 // Should not really get here...
49 //printf("No Float return?\n");
50 return 0;
51}
52String StackContext::runString(void *vtable)
53{
54 if (breakContReturn) return String();

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected