Home
last modified time | relevance | path

Searched refs:IsProperty (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dic.cc175 Object* end = lookup->IsProperty() in HasNormalObjectsInPrototypeChain()
440 if (lookup->IsProperty()) { in LookupForRead()
528 if (!lookup.IsProperty()) { in LoadFunction()
688 if (!lookup->IsProperty() || !lookup->IsCacheable()) return; in UpdateCaches()
895 if (!lookup.IsProperty()) { in Load()
948 } else if (!lookup->IsProperty()) { in UpdateCaches()
1134 if (!lookup.IsProperty() && IsContextual(object)) { in Load()
1199 if (!lookup->IsProperty() || !lookup->IsCacheable()) return; in UpdateCaches()
1363 if (lookup.IsProperty() && lookup.IsReadOnly()) { in Store()
Dobjects.cc304 if (result->IsProperty()) { in GetPropertyWithFailedAccessCheck()
325 if (r.IsProperty()) { in GetPropertyWithFailedAccessCheck()
338 if (r.IsProperty()) { in GetPropertyWithFailedAccessCheck()
364 if (result->IsProperty()) { in GetPropertyAttributeWithFailedAccessCheck()
385 if (r.IsProperty()) { in GetPropertyAttributeWithFailedAccessCheck()
403 if (r.IsProperty()) { in GetPropertyAttributeWithFailedAccessCheck()
583 Object* last = result->IsProperty() in GetProperty()
608 if (!result->IsProperty()) { in GetProperty()
2060 if (result->IsProperty()) { in LookupCallbackSetterInPrototypes()
2528 if (result->IsProperty()) return; in LookupRealNamedProperty()
[all …]
Dproperty.h291 bool IsProperty() { in IsProperty() function
Dhandles.cc732 if (descs->IsProperty(i) && !descs->IsDontEnum(i)) { in GetEnumPropertyKeys()
Druntime.cc892 if (!result->IsProperty()) { in GetOwnPropertyImplementation()
925 ASSERT(result->IsProperty()); in CheckAccess()
958 if (result->IsProperty()) { in CheckAccess()
1098 if (!result.IsProperty()) { in GetOwnProperty()
1299 if (lookup.IsProperty()) { in RUNTIME_FUNCTION()
1350 if (lookup.IsProperty() && (lookup.type() != INTERCEPTOR)) { in RUNTIME_FUNCTION()
1565 if (!lookup.IsProperty()) { in RUNTIME_FUNCTION()
4406 if (result.IsProperty() && in RUNTIME_FUNCTION()
10153 if (result.IsProperty()) { in RUNTIME_FUNCTION()
10211 if (result.IsProperty()) { in RUNTIME_FUNCTION()
Dbootstrapper.cc2188 if (result.IsProperty()) continue; in TransferNamedProperties()
2225 if (result.IsProperty()) continue; in TransferNamedProperties()
Dliveobjectlist.cc344 if (!result.IsProperty()) { in MatchesSlow()
Dstub-cache.cc1313 if (lookup->IsProperty()) return; in LookupPostInterceptor()
Dprofile-generator.cc2220 if (result.IsProperty()) { in GetConstructorName()
Dobjects-inl.h1962 bool DescriptorArray::IsProperty(int descriptor_number) { in IsProperty() function
Dobjects.h2476 inline bool IsProperty(int descriptor_number);
Dapi.cc3132 if (!lookup->IsProperty()) { in GetPropertyByLookup()