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

Function SLJIT_CALL arraySetSizeExact

src/hx/cppia/ArrayBuiltin.cpp:1975–1978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1973 return inObj->concat(Dynamic(inValue)).mPtr;
1974}
1975static void SLJIT_CALL arraySetSizeExact(ArrayAnyImpl *inObj, int inSize)
1976{
1977 inObj->__SetSizeExact(inSize);
1978}
1979
1980
1981static hx::Object * SLJIT_CALL arraySplice(ArrayAnyImpl *inObj, hx::Object *a0, hx::Object *a1)

Callers

nothing calls this directly

Calls 1

__SetSizeExactMethod · 0.45

Tested by

no test coverage detected