| 43 | #endif |
| 44 | void *__GetHandle() const HXCPP_OVERRIDE { return mThis.GetPtr(); } |
| 45 | Dynamic __Run(const Array<Dynamic> &inArgs) HXCPP_OVERRIDE |
| 46 | { |
| 47 | |
| 48 | return mFunction(mThis.GetPtr()); |
| 49 | |
| 50 | } |
| 51 | #if (HXCPP_API_LEVEL<500) |
| 52 | Dynamic __run() HXCPP_OVERRIDE |
| 53 | { |