| 225 | return (inValue->cca(inIndex)); |
| 226 | } |
| 227 | static void SLJIT_CALL runCharAt(String *ioValue, int inIndex) |
| 228 | { |
| 229 | *ioValue = ioValue->charAt(inIndex); |
| 230 | } |
| 231 | |
| 232 | void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE |
| 233 | { |