Home
last modified time | relevance | path

Searched refs:IsPrivate (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/util/
Ddoc.go57 IsPrivate bool member
351 section.IsPrivate = len(comment) > 0 && isPrivateSection(comment[0])
538 {{if not .IsPrivate}}
548 {{if not .IsPrivate}}
/external/v8/src/ic/
Dhandler-compiler.cc56 if (name->IsPrivate()) { in ComputeLoadNonexistent()
438 name->IsPrivate() ? PrototypeIterator::END_AT_NON_HIDDEN in CompileStoreTransition()
/external/v8/src/
Dlookup.cc621 if (IsElement() || !name_->IsPrivate()) return JSPROXY; in LookupInHolder()
636 if (!name_.is_null() && name_->IsPrivate()) return NOT_FOUND; in LookupInHolder()
Dlookup.h303 if (name->IsPrivate()) { in ComputeConfiguration()
Dobjects.cc839 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 …]
Dobjects.h8441 inline bool IsPrivate();
Dobjects-inl.h6787 bool Name::IsPrivate() { in IsPrivate() function
/external/v8/src/compiler/
Daccess-info.cc317 if (name->IsPrivate()) return false; in ComputePropertyAccessInfo()
/external/clang/lib/Lex/
DModuleMap.cpp222 bool IsPrivate = false; in violatesPrivateInclude() local
227 IsPrivate |= in violatesPrivateInclude()
231 assert((!IsPrivateRole || IsPrivate) && "inconsistent headers and roles"); in violatesPrivateInclude()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3323 IsPrivate = 4, enumerator
3349 Flags |= IsPrivate | IsPrivateOnPath; in initialize()
/external/v8/test/cctest/
Dtest-api.cc24064 CHECK_EQ(true, ips->IsPrivate()); in TEST()