Searched refs:HasAccess (Results 1 – 13 of 13) sorted by relevance
70 bool PrototypeIterator::HasAccess() const { in HasAccess() function112 if (!HasAccess()) { in AdvanceFollowingProxies()
48 inline bool HasAccess() const;
147 bool HasAccess() const;
106 if (it->HasAccess()) break; in HasProperty()155 if (!it->isolate()->context().is_null() && it->HasAccess()) continue; in GetDataProperty()207 if (!it->HasAccess()) { in CheckPrivateNameStore()737 if (it->HasAccess()) break; in GetPropertyAttributes()952 if (it->HasAccess()) break; in DeleteProperty()1178 if (!it.HasAccess()) { in OrdinaryDefineOwnProperty()1733 if (!it->HasAccess()) { in AddPrivateField()1768 if (it->HasAccess()) { in GetPropertyDescriptorWithInterceptor()3522 if (!it->HasAccess()) { in DefineOwnPropertyIgnoreAttributes()4575 if (!it->HasAccess()) { in DefineAccessor()[all …]
170 bool LookupIterator::HasAccess() const { in HasAccess() function in v8::internal::LookupIterator
1171 if (it->HasAccess()) break; in GetProperty()2493 if (it->HasAccess()) break; in SetPropertyInternal()2674 if (!own_lookup.HasAccess()) { in SetSuperProperty()
92 if (it.HasAccess()) continue; in HasEnumerableProperty()
205 if (iter.HasAccess()) { in GetInternalProperties()
390 goto HasAccess;408 } label HasAccess {}
125 if (it.HasAccess()) continue; in ObjectLookupAccessor()
99 CHECK(it.HasAccess()); in ReplaceAccessorWithDataProperty()
51 if (!prototype_iterator_.HasAccess()) is_done_ = true; in AdvanceToPrototype()
229 if (it->GetHolder<JSObject>()->IsJSGlobalProxy() && it->HasAccess()) { in LookupForRead()3339 DCHECK(it.state() != LookupIterator::ACCESS_CHECK || it.HasAccess()); in RUNTIME_FUNCTION()3395 DCHECK(it.HasAccess()); in RUNTIME_FUNCTION()