Searched defs:new_holes (Results 1 – 2 of 2) sorted by relevance
267 uint32_t new_holes = index - old_length; in ecma_fast_array_set_property() local490 uint32_t new_holes = new_length - old_length; in ecma_fast_array_set_length() local
798 let mut new_holes = vec![]; in fill_split() localVariable