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

Function ScriptableMark

src/hx/cppia/CppiaClasses.cpp:1823–1826  ·  view source on GitHub ↗

Called by haxe generated code ...

Source from the content-addressed store, hash-verified

1821
1822// Called by haxe generated code ...
1823void ScriptableMark(void *inClass, hx::Object *inThis, hx::MarkContext *__inCtx)
1824{
1825 ((CppiaClassInfo *)inClass)->markInstance(inThis, __inCtx);
1826}
1827
1828#ifdef HXCPP_VISIT_ALLOCS
1829void ScriptableVisit(void *inClass, hx::Object *inThis, hx::VisitContext *__inCtx)

Callers

nothing calls this directly

Calls 1

markInstanceMethod · 0.80

Tested by

no test coverage detected