| 61 | *ioValue = ioValue->substr(start, Dynamic(end)); |
| 62 | } |
| 63 | static void SLJIT_CALL runSubstring(String *ioValue, int start, hx::Object *end) |
| 64 | { |
| 65 | *ioValue = ioValue->substring(start, Dynamic(end)); |
| 66 | } |
| 67 | void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE |
| 68 | { |
| 69 | JitTemp ioValue(compiler,jtString); |