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

Method runObject

src/hx/cppia/Cppia.cpp:2204–2208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2202 return runContextConvertString(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func);
2203 }
2204 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
2205 {
2206 CALL_VTABLE_SETUP(BCRReturn())
2207 return runContextConvertObject(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func);
2208 }
2209
2210 bool isBoolInt() HXCPP_OVERRIDE { return boolResult; }
2211

Callers

nothing calls this directly

Calls 3

BCRReturnClass · 0.85
runContextConvertObjectFunction · 0.85
getReturnTypeMethod · 0.80

Tested by

no test coverage detected