| 8100 | |
| 8101 | #ifdef HXCPP_VISIT_ALLOCS |
| 8102 | void TypeData::visit(hx::VisitContext *__inCtx) |
| 8103 | { |
| 8104 | HX_VISIT_MEMBER(name); |
| 8105 | HX_VISIT_MEMBER(haxeClass); |
| 8106 | if (cppiaClass) |
| 8107 | cppiaClassVisit(cppiaClass,__inCtx); |
| 8108 | } |
| 8109 | #endif |
| 8110 | |
| 8111 |
nothing calls this directly
no test coverage detected