| 945 | bool __removeAt(int inIndex) HXCPP_OVERRIDE { return removeAt(inIndex); } |
| 946 | int __indexOf(const Dynamic &a0,const Dynamic &a1) HXCPP_OVERRIDE { return indexOf(a0, a1); } |
| 947 | int __lastIndexOf(const Dynamic &a0,const Dynamic &a1) HXCPP_OVERRIDE { return lastIndexOf(a0, a1); } |
| 948 | void __reverse() HXCPP_OVERRIDE { reverse(); } |
| 949 | Dynamic __shift() HXCPP_OVERRIDE { return shift(); } |
| 950 | hx::ArrayBase *__slice(const Dynamic &a0,const Dynamic &a1) HXCPP_OVERRIDE { return slice(a0,a1).mPtr; } |
nothing calls this directly
no test coverage detected