Lines Matching full:delete_count
757 function ComputeSpliceDeleteCount(delete_count, num_arguments, len, start_i) {
767 del_count = TO_INTEGER(delete_count);
778 function ObservedArraySplice(start, delete_count) {
782 var del_count = ComputeSpliceDeleteCount(delete_count, num_arguments, len,
819 function ArraySplice(start, delete_count) {
831 var del_count = ComputeSpliceDeleteCount(delete_count, num_arguments, len,