| 1166 | } |
| 1167 | |
| 1168 | static void SLJIT_CALL runSetSizeExact( Array_obj<ELEM> *inArray, int size ) |
| 1169 | { |
| 1170 | inArray->__SetSizeExact(size); |
| 1171 | } |
| 1172 | |
| 1173 | static void SLJIT_CALL runResize( Array_obj<ELEM> *inArray, int size ) |
| 1174 | { |
nothing calls this directly
no test coverage detected