MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL arrayConcat

Function SLJIT_CALL arrayConcat

src/hx/cppia/ArrayBuiltin.cpp:1971–1974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1969 return inObj->remove(inValue);
1970}
1971static hx::Object * SLJIT_CALL arrayConcat(ArrayAnyImpl *inObj, hx::Object *inValue)
1972{
1973 return inObj->concat(Dynamic(inValue)).mPtr;
1974}
1975static void SLJIT_CALL arraySetSizeExact(ArrayAnyImpl *inObj, int inSize)
1976{
1977 inObj->__SetSizeExact(inSize);

Callers

nothing calls this directly

Calls 2

concatMethod · 0.80
DynamicClass · 0.50

Tested by

no test coverage detected