| 2192 | } |
| 2193 | |
| 2194 | Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 2195 | { |
| 2196 | CALL_VTABLE_SETUP(BCRReturn()) |
| 2197 | return runContextConvertFloat(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func); |
| 2198 | } |
| 2199 | String runString(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 2200 | { |
| 2201 | CALL_VTABLE_SETUP(BCRReturn()) |
nothing calls this directly
no test coverage detected