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

Method runString

src/hx/cppia/CppiaCtx.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return 0;
51}
52String StackContext::runString(void *vtable)
53{
54 if (breakContReturn) return String();
55 GET_RETURN_VAL(return getString(),etString );
56 // Should not really get here...
57 //printf("No String return?\n");
58 return null();
59}
60Dynamic StackContext::runObject(void *vtable)
61{
62 if (breakContReturn) return null();

Callers 2

runContextConvertStringFunction · 0.45
runContextConvertObjectFunction · 0.45

Calls 2

StringClass · 0.50
nullClass · 0.50

Tested by

no test coverage detected