| 150 | |
| 151 | |
| 152 | void setResult(result *inResult) |
| 153 | { |
| 154 | if (last.mPtr) |
| 155 | last->destroy(true); |
| 156 | |
| 157 | last = inResult; |
| 158 | HX_OBJ_WB_GET(this, last.mPtr); |
| 159 | } |
| 160 | |
| 161 | void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE { HX_MARK_MEMBER(last); } |
| 162 | #ifdef HXCPP_VISIT_ALLOCS |
no test coverage detected