| 907 | #endif |
| 908 | |
| 909 | void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE |
| 910 | { |
| 911 | HX_MARK_MEMBER(*getThis()); |
| 912 | char *base = ((char *)this) + sizeof(CppiaClosure); |
| 913 | for(int i=0;i<function->captureVars.size();i++) |
| 914 | function->captureVars[i]->markClosure(base,__inCtx); |
| 915 | } |
| 916 | #ifdef HXCPP_VISIT_ALLOCS |
| 917 | void __Visit(hx::VisitContext *__inCtx) HXCPP_OVERRIDE |
| 918 | { |
nothing calls this directly
no test coverage detected