Home
last modified time | relevance | path

Searched refs:IsFound (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-forin.cc58 for (; it.IsFound(); it.Next()) { in HasEnumerableProperty()
Druntime-atomics.cc621 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()
Druntime-object.cc54 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()
Druntime-scopes.cc78 if (it.IsFound()) { in DeclareGlobal()
/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h77 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()
Djs-objects.cc90 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 …]
Dlookup.cc80 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()
Dlookup-inl.h204 DCHECK(IsFound()); in GetHolder()
Dlookup.h118 bool IsFound() const { return state_ != NOT_FOUND; } in IsFound() function
Dobjects-inl.h642 if (!it.IsFound()) return it.factory()->undefined_value(); in GetProperty()
649 if (!it.IsFound()) return it.factory()->undefined_value(); in GetElement()
Dobjects.cc1132 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()
Dvalue-serializer.cc657 if (!it.IsFound()) continue; in WriteJSObject()
756 if (!it.IsFound()) { in WriteJSArray()
1131 if (!it.IsFound()) continue; in WriteJSObjectPropertiesSlow()
Delements.cc504 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()
Djs-function.cc272 (name_lookup.IsFound() && !name_lookup.HolderIsReceiver())) { in CopyNameAndLength()
/third_party/node/deps/v8/src/debug/
Ddebug-property-iterator.cc208 if (!it.IsFound()) return debug::NativeAccessorType::None; in GetNativeAccessorDescriptorInternal()
/third_party/node/deps/v8/src/ic/
Dic.cc207 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()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object.cc117 for (; it.IsFound(); it.Next()) { in ObjectLookupAccessor()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc120 if (it.IsFound()) { in DefineDataProperty()
Dapi.cc4994 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()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc901 CHECK(it.IsFound()); in JSFunctionVerify()
905 CHECK(!it.IsFound() || it.state() != LookupIterator::ACCESSOR || in JSFunctionVerify()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1334 DCHECK(it.IsFound()); in CreateNewGlobals()
6100 return it.IsFound(); in PropertyAlreadyExists()