Home | History | Annotate | Download | only in src

Lines Matching defs:holes

5137       // Fill out the new array with this content and array holes.
7046 // Bail out and do the sorting of undefineds and array holes in JS.
7112 // Collect holes at the end, undefined before that and the rest at the
7139 unsigned int holes = limit;
7140 // Assume most arrays contain no holes and undefined values, so minimize the
7145 holes--;
7156 holes--;
7167 while (undefs < holes) {
7171 while (holes < limit) {
7172 elements->set_the_hole(holes);
7173 holes++;