| 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); |