Home
last modified time | relevance | path

Searched refs:IsEmptySlot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects-inl.h2471 bool WeakFixedArray::IsEmptySlot(int index) const { in IsEmptySlot() function
Dobjects.h2748 inline bool IsEmptySlot(int index) const;
Dobjects.cc10610 DCHECK(array->IsEmptySlot(index)); // Don't overwrite anything. in Set()
10636 if (array->IsEmptySlot((i))) { in Add()