Lines Matching defs:holes
4118 // We cannot optimize if 'this' is empty, as other may have holes
6704 // Fill out the new array with this content and array holes.
9011 // Bail out and do the sorting of undefineds and array holes in JS.
9112 // Collect holes at the end, undefined before that and the rest at the
9141 unsigned int holes = limit;
9142 // Assume most arrays contain no holes and undefined values, so minimize the
9147 holes--;
9158 holes--;
9169 while (undefs < holes) {
9173 while (holes < limit) {
9174 elements->set_the_hole(holes);
9175 holes++;