Searched refs:IsPrivate (Results 1 – 11 of 11) sorted by relevance
57 IsPrivate bool member351 section.IsPrivate = len(comment) > 0 && isPrivateSection(comment[0])538 {{if not .IsPrivate}}548 {{if not .IsPrivate}}
56 if (name->IsPrivate()) { in ComputeLoadNonexistent()438 name->IsPrivate() ? PrototypeIterator::END_AT_NON_HIDDEN in CompileStoreTransition()
621 if (IsElement() || !name_->IsPrivate()) return JSPROXY; in LookupInHolder()636 if (!name_.is_null() && name_->IsPrivate()) return NOT_FOUND; in LookupInHolder()
303 if (name->IsPrivate()) { in ComputeConfiguration()
839 DCHECK(!name->IsPrivate()); in GetProperty()4023 DCHECK(!name->IsPrivate()); in SetPropertyWithInterceptor()4160 if (it->GetReceiver()->IsJSProxy() && it->GetName()->IsPrivate()) { in SetProperty()4178 if (it->GetReceiver()->IsJSProxy() && it->GetName()->IsPrivate()) { in SetSuperProperty()4848 DCHECK(!name->IsPrivate()); in HasProperty()4916 DCHECK(!name->IsPrivate()); in SetProperty()4985 DCHECK(!name->IsPrivate()); in DeletePropertyOrElement()5406 DCHECK(!name->IsPrivate()); in GetPropertyAttributesWithInterceptor()5432 DCHECK(!name->IsPrivate()); in GetPropertyAttributesWithInterceptor()6176 DCHECK(!name->IsPrivate()); in DeletePropertyWithInterceptor()[all …]
8441 inline bool IsPrivate();
6787 bool Name::IsPrivate() { in IsPrivate() function
317 if (name->IsPrivate()) return false; in ComputePropertyAccessInfo()
222 bool IsPrivate = false; in violatesPrivateInclude() local227 IsPrivate |= in violatesPrivateInclude()231 assert((!IsPrivateRole || IsPrivate) && "inconsistent headers and roles"); in violatesPrivateInclude()
3323 IsPrivate = 4, enumerator3349 Flags |= IsPrivate | IsPrivateOnPath; in initialize()
24064 CHECK_EQ(true, ips->IsPrivate()); in TEST()