| 1973 | return inObj->concat(Dynamic(inValue)).mPtr; |
| 1974 | } |
| 1975 | static void SLJIT_CALL arraySetSizeExact(ArrayAnyImpl *inObj, int inSize) |
| 1976 | { |
| 1977 | inObj->__SetSizeExact(inSize); |
| 1978 | } |
| 1979 | |
| 1980 | |
| 1981 | static hx::Object * SLJIT_CALL arraySplice(ArrayAnyImpl *inObj, hx::Object *a0, hx::Object *a1) |
nothing calls this directly
no test coverage detected