Home | History | Annotate | Download | only in src

Lines Matching refs:is_the_hole

652         Handle<BackingStore>::cast(backing_store)->is_the_hole(key)
961 ((key > 0 && backing_store->is_the_hole(key - 1)) ||
962 (key + 1 < length && backing_store->is_the_hole(key + 1)))) {
965 if (!backing_store->is_the_hole(i)) ++num_used;
992 return !Handle<BackingStore>::cast(backing_store)->is_the_hole(key);
1014 backing_store->is_the_hole(i)));