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

Function SLJIT_CALL arraySlice

src/hx/cppia/ArrayVirtual.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 return inObj->splice( Dynamic(a0), Dynamic(a1) ).mPtr;
42}
43static hx::Object * SLJIT_CALL arraySlice(ArrayAnyImpl *inObj, hx::Object *a0, hx::Object *a1)
44{
45 return inObj->slice( Dynamic(a0), Dynamic(a1) ).mPtr;
46}
47static hx::Object * SLJIT_CALL arrayPop(ArrayAnyImpl *inObj)
48{
49 return inObj->pop().mPtr;

Callers

nothing calls this directly

Calls 2

DynamicClass · 0.50
sliceMethod · 0.45

Tested by

no test coverage detected