| 1161 | } |
| 1162 | |
| 1163 | static hx::Object *SLJIT_CALL runGetKeyValueIteratator( Array_obj<ELEM> *inArray ) |
| 1164 | { |
| 1165 | return inArray->keyValueIterator().mPtr; |
| 1166 | } |
| 1167 | |
| 1168 | static void SLJIT_CALL runSetSizeExact( Array_obj<ELEM> *inArray, int size ) |
| 1169 | { |
nothing calls this directly
no test coverage detected