| 144 | String Object::__ToString() const { return HX_CSTRING("Object"); } |
| 145 | |
| 146 | const char * Object::__CStr() const { return __ToString().__CStr(); } |
| 147 | |
| 148 | |
| 149 | hx::Val Object::__SetField(const String &inField,const hx::Val &inValue, hx::PropertyAccess inCallProp) |
no test coverage detected