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

Function SLJIT_CALL arraySplice

src/hx/cppia/ArrayBuiltin.cpp:1981–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1979
1980
1981static hx::Object * SLJIT_CALL arraySplice(ArrayAnyImpl *inObj, hx::Object *a0, hx::Object *a1)
1982{
1983 return inObj->splice( Dynamic(a0), Dynamic(a1) ).mPtr;
1984}
1985static hx::Object * SLJIT_CALL arraySlice(ArrayAnyImpl *inObj, hx::Object *a0, hx::Object *a1)
1986{
1987 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