I found this out by looking at the source code for the functions of the V8 array.
If the array contains more than 1000 elements and is called .slice, a function with the name is used SmartSlice, the element used in the SimpleSlicefunction.
SimpleSlice ( , ). SmartSlice, , .
, 10 000 1000, ( ), 1000 , SmartSlice ~ 36% , .
V8 , , Firefox , , - (, ).
, Firefox js/src/jsarray.cpp!array_slice, Firefox : .slice DenseCopiedArray DenseAllocatedArray, , -, V8.