Lines Matching refs:is_the_hole
1362 ->is_the_hole(isolate, index) in GetEntryForIndexImpl()
1970 if (BackingStore::cast(*store)->is_the_hole(isolate, i)) continue; in NormalizeImpl()
1991 if (!backing_store->is_the_hole(isolate, entry - 1)) break; in DeleteAtEnd()
2056 if (!backing_store->is_the_hole(isolate, i)) break; in DeleteCommon()
2065 if (!backing_store->is_the_hole(isolate, i)) { in DeleteCommon()
2125 return !BackingStore::cast(backing_store)->is_the_hole(isolate, entry); in HasEntryImpl()
2177 backing_store->is_the_hole(isolate, i))); in ValidateContents()
2182 DCHECK(!backing_store->is_the_hole(isolate, i)); in ValidateContents()
2395 elements->is_the_hole(k)) { in IncludesValueImpl()
2434 elements->is_the_hole(k)) { in IncludesValueImpl()
2467 elements->is_the_hole(k)) { in IncludesValueImpl()
2916 if (elements->is_the_hole(k)) { in IndexOfValueImpl()
3485 if (source_store->is_the_hole(isolate, i)) { in TryCopyElementsFastNumber()
3512 if (source_store->is_the_hole(i)) { in TryCopyElementsFastNumber()