| 741 | } |
| 742 | |
| 743 | void ArrayBase::__boot() |
| 744 | { |
| 745 | Static(__mClass) = hx::_hx_RegisterClass(HX_CSTRING("Array"),ArrayCanCast,sNone,sArrayFields, |
| 746 | ArrayCreateEmpty,ArrayCreateArgs,0,0); |
| 747 | } |
| 748 | |
| 749 | |
| 750 |
nothing calls this directly
no test coverage detected