| 116 | } |
| 117 | |
| 118 | hx::Val __Field(const String &inString, hx::PropertyAccess inCallProp) HXCPP_OVERRIDE |
| 119 | { |
| 120 | if (inString==HX_CSTRING("_hxcpp_toString")) return _hxcpp_toString; |
| 121 | if (inString==HX_CSTRING("_hxcpp_kind")) return __hxcpp_get_kind(this); |
| 122 | return hx::Object::__Field(inString, inCallProp); |
| 123 | } |
| 124 | |
| 125 | hx::Val __SetField(const String &inName,const hx::Val &inValue, hx::PropertyAccess inCallProp) HXCPP_OVERRIDE |
| 126 | { |
no test coverage detected