| 217 | |
| 218 | #ifdef CPPIA_JIT |
| 219 | static hx::Object *SLJIT_CALL runCharCodeAt(String *inValue, int inIndex) |
| 220 | { |
| 221 | return (inValue->charCodeAt(inIndex)).mPtr; |
| 222 | } |
| 223 | static int SLJIT_CALL runCca(String *inValue, int inIndex) |
| 224 | { |
| 225 | return (inValue->cca(inIndex)); |
nothing calls this directly
no test coverage detected