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