| 1715 | } |
| 1716 | |
| 1717 | bool __HasField(const String &inName) HXCPP_OVERRIDE |
| 1718 | { |
| 1719 | if (inName==HX_CSTRING("__meta__")) |
| 1720 | return __meta__!=null(); |
| 1721 | |
| 1722 | return info->hasStaticValue(inName); |
| 1723 | } |
| 1724 | |
| 1725 | }; |
| 1726 |
nothing calls this directly
no test coverage detected