Searched refs:IsFound (Results 1 – 19 of 19) sorted by relevance
119 bool IsFound() const { return state_ != NOT_FOUND; } in IsFound() function143 DCHECK(IsFound()); in GetHolder()
154 if (IsFound()) return; in Start()174 if (IsFound()) return; in Next()197 } while (!IsFound()); in NextInternal()252 DCHECK(IsFound() || !holder_->HasFastProperties()); in ReloadPropertyInformation()713 IsFound() ? static_cast<int>(number_) : DescriptorArray::kNotFound; in TransitionToAccessorProperty()
726 if (!it.IsFound()) return it.factory()->undefined_value(); in GetProperty()734 if (!it.IsFound()) return it.factory()->undefined_value(); in GetProperty()741 if (!it.IsFound()) return it.factory()->undefined_value(); in GetElement()749 if (!it.IsFound()) return it.factory()->undefined_value(); in GetElement()757 if (!it.IsFound()) return it.factory()->undefined_value(); in GetDataProperty()
574 if (!it.IsFound()) continue; in WriteJSObject()671 if (!it.IsFound()) { in WriteJSArray()958 if (!it.IsFound()) continue; in WriteJSObjectPropertiesSlow()
970 for (; it->IsFound(); it->Next()) { in HasProperty()1027 for (; it->IsFound(); it->Next()) { in GetProperty()1104 *was_found = it.IsFound(); in GetProperty()1190 for (; it->IsFound(); it->Next()) { in GetDataProperty()1760 for (it->Next(); it->IsFound(); it->Next()) { in AllCanRead()2019 for (; it->IsFound() && it->state() != LookupIterator::JSPROXY; it->Next()) { in AllCanWrite()2195 if (!it.IsFound()) continue; in FastAssign()5004 DCHECK(it->IsFound()); in SetPropertyInternal()5101 } while (it->IsFound()); in SetPropertyInternal()5111 if (it->IsFound()) { in SetProperty()[all …]
490 if (!it.IsFound()) { in IncludesValueSlowPath()511 if (!it.IsFound()) { in IndexOfValueSlowPath()1804 DCHECK(it.IsFound()); in IncludesValueImpl()1875 DCHECK(it.IsFound()); in IndexOfValueImpl()3914 DCHECK(it.IsFound()); in IncludesValueImpl()3954 DCHECK(it.IsFound()); in IndexOfValueImpl()
109 if (it.IsFound()) { in DefineDataProperty()
958 CHECK(it.IsFound()); in JSFunctionVerify()962 CHECK(!it.IsFound() || it.state() != LookupIterator::ACCESSOR || in JSFunctionVerify()
1257 DCHECK(it.IsFound()); in CreateNewGlobals()5549 if (it.IsFound()) continue; in TransferNamedProperties()5574 if (it.IsFound()) continue; in TransferNamedProperties()5599 if (it.IsFound()) continue; in TransferNamedProperties()
4861 if (!it.IsFound()) return MaybeLocal<Value>(); in GetRealNamedPropertyInPrototypeChain()4886 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributesInPrototypeChain()4903 if (!it.IsFound()) return MaybeLocal<Value>(); in GetRealNamedProperty()4920 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributes()9791 if (!it.IsFound()) return static_cast<int>(debug::NativeAccessorType::None); in GetNativeAccessorDescriptor()
3434 if (it.IsFound() && !JSReceiver::GetDataProperty(&it)->IsUndefined(this)) { in Throw()
40 if (is_found_out) *is_found_out = it.IsFound(); in GetObjectProperty()42 if (!it.IsFound() && key->IsSymbol() && in GetObjectProperty()448 if (!it.IsFound() && key->IsSymbol() && in SetObjectProperty()599 DCHECK(!it.IsFound()); in RUNTIME_FUNCTION()625 DCHECK(!it.IsFound()); in RUNTIME_FUNCTION()1261 if (it.IsFound()) { in RUNTIME_FUNCTION()
53 for (; it.IsFound(); it.Next()) { in HasEnumerableProperty()
75 if (it.IsFound()) { in DeclareGlobal()
215 for (; it->IsFound(); it->Next()) { in LookupForRead()451 if (name->IsPrivateField() && !it.IsFound()) { in Load()463 if (it.IsFound() || !ShouldThrowReferenceError()) { in Load()472 if (it.IsFound()) { in Load()689 } else if (!lookup->IsFound()) { in UpdateCaches()1274 for (; it->IsFound(); it->Next()) { in LookupForWrite()1416 if (name->IsPrivateField() && !it.IsFound()) { in Store()2689 if (it.IsFound()) return *result; in RUNTIME_FUNCTION()
265 (name_lookup.IsFound() && !name_lookup.HolderIsReceiver())) { in DoFunctionBind()
115 for (; it.IsFound(); it.Next()) { in ObjectLookupAccessor()
9886 bool IsFound; in hasOperand() member9888 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {} in hasOperand()9891 IsFound |= (S == Node); in hasOperand()9892 return !IsFound; in hasOperand()9894 bool isDone() const { return IsFound; } in hasOperand()9899 return Search.IsFound; in hasOperand()
1824 if (!it.IsFound()) continue; in CanonicalizeLocaleList()