Searched refs:IsFound (Results 1 – 21 of 21) sorted by relevance
58 for (; it.IsFound(); it.Next()) { in HasEnumerableProperty()
621 if (it.IsFound()) return *it.GetDataValue(kSeqCstAccess); in RUNTIME_FUNCTION()637 if (it.IsFound()) { in RUNTIME_FUNCTION()663 if (it.IsFound()) return *it.SwapDataValue(shared_value, kSeqCstAccess); in RUNTIME_FUNCTION()
54 if (is_found) *is_found = it.IsFound(); in GetObjectProperty()56 if (!it.IsFound() && key->IsSymbol() && in GetObjectProperty()498 if (it.IsFound()) { in RUNTIME_FUNCTION()611 DCHECK(!it.IsFound()); in DefineObjectOwnProperty()
78 if (it.IsFound()) { in DeclareGlobal()
77 if (!it.IsFound()) return it.factory()->undefined_value(); in GetProperty()85 if (!it.IsFound()) return it.factory()->undefined_value(); in GetElement()94 if (!it.IsFound()) return it.factory()->undefined_value(); in GetDataProperty()
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()[all …]
80 if (IsFound()) return; in Start()101 if (IsFound()) return; in Next()124 } while (!IsFound()); in NextInternal()182 DCHECK(IsFound() || !holder_->HasFastProperties(isolate_)); in ReloadPropertyInformation()761 DCHECK_IMPLIES(!IsFound(), number_.is_not_found()); in TransitionToAccessorProperty()
204 DCHECK(IsFound()); in GetHolder()
118 bool IsFound() const { return state_ != NOT_FOUND; } in IsFound() function
642 if (!it.IsFound()) return it.factory()->undefined_value(); in GetProperty()649 if (!it.IsFound()) return it.factory()->undefined_value(); in GetElement()
1132 for (; it->IsFound(); it->Next()) { in GetProperty()1219 *was_found = it.IsFound(); in GetProperty()2481 DCHECK(it->IsFound()); in SetPropertyInternal()2600 } while (it->IsFound()); in SetPropertyInternal()2629 if (it->IsFound()) { in SetProperty()2647 if (it->IsFound()) { in SetSuperProperty()2671 for (; own_lookup.IsFound(); own_lookup.Next()) { in SetSuperProperty()2753 if (it->IsFound() && !it->HolderIsReceiver()) { in WriteToReadOnlyProperty()3624 if (it.IsFound()) { in SetPrivateSymbol()
657 if (!it.IsFound()) continue; in WriteJSObject()756 if (!it.IsFound()) { in WriteJSArray()1131 if (!it.IsFound()) continue; in WriteJSObjectPropertiesSlow()
504 if (!it.IsFound()) { in IncludesValueSlowPath()523 if (!it.IsFound()) { in IndexOfValueSlowPath()1755 DCHECK(it.IsFound()); in IncludesValueImpl()1829 DCHECK(it.IsFound()); in IndexOfValueImpl()4637 DCHECK(it.IsFound()); in IncludesValueImpl()4677 DCHECK(it.IsFound()); in IndexOfValueImpl()
272 (name_lookup.IsFound() && !name_lookup.HolderIsReceiver())) { in CopyNameAndLength()
208 if (!it.IsFound()) return debug::NativeAccessorType::None; in GetNativeAccessorDescriptorInternal()
207 for (; it->IsFound(); it->Next()) { in LookupForRead()469 if (!IsAnyHas() && private_symbol->is_private_name() && !it.IsFound()) { in Load()491 if (it.IsFound() || !ShouldThrowReferenceError()) { in Load()514 if (it.IsFound()) { in Load()811 } else if (!lookup->IsFound()) { in UpdateCaches()1605 for (; it->IsFound(); it->Next()) { in LookupForWrite()1818 DCHECK_IMPLIES(IsDefineNamedOwnIC(), it.IsFound() && it.HolderIsReceiver()); in Store()3346 if (it.IsFound()) return *result; in RUNTIME_FUNCTION()
117 for (; it.IsFound(); it.Next()) { in ObjectLookupAccessor()
120 if (it.IsFound()) { in DefineDataProperty()
4994 if (!it.IsFound()) return MaybeLocal<Value>(); in GetRealNamedPropertyInPrototypeChain()5019 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributesInPrototypeChain()5035 if (!it.IsFound()) return MaybeLocal<Value>(); in GetRealNamedProperty()5052 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributes()
901 CHECK(it.IsFound()); in JSFunctionVerify()905 CHECK(!it.IsFound() || it.state() != LookupIterator::ACCESSOR || in JSFunctionVerify()
1334 DCHECK(it.IsFound()); in CreateNewGlobals()6100 return it.IsFound(); in PropertyAlreadyExists()