MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __Visit

Method __Visit

src/hx/Thread.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 #ifdef HXCPP_VISIT_ALLOCS
39 void __Visit(hx::VisitContext *__inCtx) HXCPP_OVERRIDE
40 {
41 Array_obj<Dynamic>::__Visit(__inCtx);
42 mFinalizer->Visit(__inCtx);
43 }
44 #endif
45
46

Callers

nothing calls this directly

Calls 2

__VisitFunction · 0.50
VisitMethod · 0.45

Tested by

no test coverage detected