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

Method runSplit

src/hx/cppia/StringBuiltin.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306 #ifdef CPPIA_JIT
307 static hx::Object *SLJIT_CALL runSplit(String *inValue, String *sep)
308 {
309 return (inValue->split(*sep)).mPtr;
310 }
311 void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE
312 {
313 JitTemp value(compiler,jtString);

Callers

nothing calls this directly

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected