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

Method runIndexOf

src/hx/cppia/StringBuiltin.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370 #ifdef CPPIA_JIT
371 static int SLJIT_CALL runIndexOf(String *ioValue, String *sought, hx::Object *first)
372 {
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));

Callers

nothing calls this directly

Calls 2

indexOfMethod · 0.80
DynamicClass · 0.50

Tested by

no test coverage detected