| 539 | |
| 540 | |
| 541 | inline static AutoCast fromHandle(Dynamic inValue, String inKind) |
| 542 | { |
| 543 | if (inValue==null() || (inKind!=null() && inKind!=__hxcpp_get_kind(inValue))) |
| 544 | return AutoCast(0); |
| 545 | return AutoCast(inValue->__GetHandle()); |
| 546 | } |
| 547 | }; |
| 548 | |
| 549 |
nothing calls this directly
no test coverage detected