Lines Matching refs:IsFound
90 for (; it->IsFound(); it->Next()) { in HasProperty()
146 for (; it->IsFound(); it->Next()) { in GetDataProperty()
197 for (; it->IsFound(); it->Next()) { in CheckPrivateNameStore()
227 DCHECK(!it->IsFound()); in CheckPrivateNameStore()
241 if (it->IsFound()) { in CheckIfCanDefine()
360 if (!it.IsFound()) continue; in FastAssign()
722 for (; it->IsFound(); it->Next()) { in GetPropertyAttributes()
945 for (; it->IsFound(); it->Next()) { in DeleteProperty()
1378 for (; it->IsFound(); it->Next()) { in OrdinaryDefineOwnProperty()
1832 if (it->IsFound() && it->GetHolder<JSReceiver>()->IsJSProxy()) { in GetOwnPropertyDescriptor()
2163 if (!it.IsFound()) continue; in FastGetOwnValuesOrEntries()
2534 for (it->Next(); it->IsFound(); it->Next()) { in AllCanRead()
2619 for (; it->IsFound() && it->state() != LookupIterator::JSPROXY; it->Next()) { in AllCanWrite()
3478 DCHECK(!it.IsFound()); in AddProperty()
3514 for (; it->IsFound(); it->Next()) { in DefineOwnPropertyIgnoreAttributes()
4630 if (it.IsFound() && !it.IsConfigurable()) { in SetAccessor()