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

Method runLastIndexOf

src/hx/cppia/ArrayVirtual.cpp:619–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617 }
618
619 static int SLJIT_CALL runLastIndexOf( ArrayAnyImpl *inArray, hx::Object *inItem)
620 {
621 return inArray->lastIndexOf(inItem);
622 }
623
624
625 void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 1

lastIndexOfMethod · 0.80

Tested by

no test coverage detected