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

Function SLJIT_CALL arraySplice

src/hx/cppia/ArrayVirtual.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39static hx::Object * SLJIT_CALL arraySplice(ArrayAnyImpl *inObj, hx::Object *a0, hx::Object *a1)
40{
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;

Callers

nothing calls this directly

Calls 2

DynamicClass · 0.50
spliceMethod · 0.45

Tested by

no test coverage detected