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

Function ScriptableVisit

src/hx/cppia/CppiaClasses.cpp:1829–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827
1828#ifdef HXCPP_VISIT_ALLOCS
1829void ScriptableVisit(void *inClass, hx::Object *inThis, hx::VisitContext *__inCtx)
1830{
1831 ((CppiaClassInfo *)inClass)->visitInstance(inThis, __inCtx);
1832}
1833#endif
1834
1835bool ScriptableField(hx::Object *inObj, const ::String &inName,hx::PropertyAccess inCallProp,Dynamic &outResult)

Callers

nothing calls this directly

Calls 1

visitInstanceMethod · 0.80

Tested by

no test coverage detected