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

Method runLastIndexOf

src/hx/cppia/StringBuiltin.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 return ioValue->indexOf(*sought, Dynamic(first));
374 }
375 static int SLJIT_CALL runLastIndexOf(String *ioValue, String *sought, hx::Object *first)
376 {
377 return ioValue->lastIndexOf(*sought, Dynamic(first));
378 }
379 void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE
380 {
381 JitTemp value(compiler,jtString);

Callers

nothing calls this directly

Calls 2

lastIndexOfMethod · 0.80
DynamicClass · 0.50

Tested by

no test coverage detected