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