| 2186 | ctx->runVoid(func); |
| 2187 | } |
| 2188 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 2189 | { |
| 2190 | CALL_VTABLE_SETUP(BCRReturn()) |
| 2191 | return runContextConvertInt(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func); |
| 2192 | } |
| 2193 | |
| 2194 | Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 2195 | { |
nothing calls this directly
no test coverage detected