| 2197 | return runContextConvertFloat(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func); |
| 2198 | } |
| 2199 | String runString(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 2200 | { |
| 2201 | CALL_VTABLE_SETUP(BCRReturn()) |
| 2202 | return runContextConvertString(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func); |
| 2203 | } |
| 2204 | hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 2205 | { |
| 2206 | CALL_VTABLE_SETUP(BCRReturn()) |
nothing calls this directly
no test coverage detected