| 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 |
nothing calls this directly
no test coverage detected