Home
last modified time | relevance | path

Searched refs:HasAccess (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dprototype-inl.h70 bool PrototypeIterator::HasAccess() const { in HasAccess() function
112 if (!HasAccess()) { in AdvanceFollowingProxies()
Dprototype.h48 inline bool HasAccess() const;
Dlookup.h147 bool HasAccess() const;
Djs-objects.cc106 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 …]
Dlookup.cc170 bool LookupIterator::HasAccess() const { in HasAccess() function in v8::internal::LookupIterator
Dobjects.cc1171 if (it->HasAccess()) break; in GetProperty()
2493 if (it->HasAccess()) break; in SetPropertyInternal()
2674 if (!own_lookup.HasAccess()) { in SetSuperProperty()
/third_party/node/deps/v8/src/runtime/
Druntime-forin.cc92 if (it.HasAccess()) continue; in HasEnumerableProperty()
Druntime-debug.cc205 if (iter.HasAccess()) { in GetInternalProperties()
/third_party/node/deps/v8/src/builtins/
Dpromise-misc.tq390 goto HasAccess;
408 } label HasAccess {}
Dbuiltins-object.cc125 if (it.HasAccess()) continue; in ObjectLookupAccessor()
Daccessors.cc99 CHECK(it.HasAccess()); in ReplaceAccessorWithDataProperty()
/third_party/node/deps/v8/src/debug/
Ddebug-property-iterator.cc51 if (!prototype_iterator_.HasAccess()) is_done_ = true; in AdvanceToPrototype()
/third_party/node/deps/v8/src/ic/
Dic.cc229 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()