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

Method runGetIteratator

src/hx/cppia/ArrayBuiltin.cpp:1158–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156
1157
1158 static hx::Object *SLJIT_CALL runGetIteratator( Array_obj<ELEM> *inArray )
1159 {
1160 return inArray->iterator().mPtr;
1161 }
1162
1163 static hx::Object *SLJIT_CALL runGetKeyValueIteratator( Array_obj<ELEM> *inArray )
1164 {

Callers

nothing calls this directly

Calls 1

iteratorMethod · 0.80

Tested by

no test coverage detected