| 54 | virtual bool __IsClass(hx::Class inClass ) const { return false; } |
| 55 | |
| 56 | void *__GetHandle() const HXCPP_OVERRIDE |
| 57 | { |
| 58 | return mHandle; |
| 59 | } |
| 60 | |
| 61 | void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE |
| 62 | { |
no outgoing calls
no test coverage detected