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

Method runVoid

src/hx/cppia/CppiaCtx.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29void StackContext::runVoid(void *vtable)
30{
31 if (breakContReturn) return;
32 GET_RETURN_VAL(return,etVoid);
33 /* Reached end of routine without return */
34}
35
36int StackContext::runInt(void *vtable)
37{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected