| 1703 | |
| 1704 | |
| 1705 | hx::Val __Field(const String &inName,hx::PropertyAccess inCallProp) HXCPP_OVERRIDE |
| 1706 | { |
| 1707 | if (inName==HX_CSTRING("__meta__")) |
| 1708 | return __meta__; |
| 1709 | return info->getStaticValue(inName,inCallProp); |
| 1710 | } |
| 1711 | |
| 1712 | hx::Val __SetField(const String &inName,const hx::Val &inValue ,hx::PropertyAccess inCallProp) HXCPP_OVERRIDE |
| 1713 | { |
no test coverage detected