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