| 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 |
nothing calls this directly
no test coverage detected