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

Method runCharCodeAt

src/hx/cppia/StringBuiltin.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

charCodeAtMethod · 0.80

Tested by

no test coverage detected