| 501 | std::atomic< ::hx::Object *> aPtr; |
| 502 | |
| 503 | AtomicObject(Dynamic val) { aPtr = val.mPtr; } |
| 504 | |
| 505 | void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE { |
| 506 | Dynamic ptr = load(); |
nothing calls this directly
no outgoing calls
no test coverage detected