| 42 | void __Visit(hx::VisitContext *__inCtx) HXCPP_OVERRIDE { HX_VISIT_MEMBER(mThis); } |
| 43 | #endif |
| 44 | void *__GetHandle() const HXCPP_OVERRIDE { return mThis.GetPtr(); } |
| 45 | Dynamic __Run(const Array<Dynamic> &inArgs) HXCPP_OVERRIDE |
| 46 | { |
| 47 |
no test coverage detected