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

Method runObject

src/hx/cppia/CppiaCtx.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 return null();
59}
60Dynamic StackContext::runObject(void *vtable)
61{
62 if (breakContReturn) return null();
63 GET_RETURN_VAL(return getObject(),etObject );
64 //printf("No Object return?\n");
65 return null();
66}
67hx::Object *StackContext::runObjectPtr(void *vtable)
68{
69 if (breakContReturn) return 0;

Callers 5

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

Calls 1

nullClass · 0.50

Tested by

no test coverage detected