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

Method runToString

src/hx/cppia/ArrayBuiltin.cpp:1179–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177
1178
1179 static void SLJIT_CALL runToString( Array_obj<ELEM> *inArray, String *outString )
1180 {
1181 TRY_NATIVE
1182 *outString = inArray->toString();
1183 CATCH_NATIVE
1184 }
1185
1186 static hx::Object * SLJIT_CALL runCopy( Array_obj<ELEM> *inArray)
1187 {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected