MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / runGetKeyValueIteratator

Method runGetKeyValueIteratator

src/hx/cppia/ArrayBuiltin.cpp:1163–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

keyValueIteratorMethod · 0.80

Tested by

no test coverage detected