Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty.h65 DCHECK_IMPLIES(key->IsPrivate(), !details.IsEnumerable()); in Init()
74 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
86 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
Dlookup.cc328 if (!IsElement() && name()->IsPrivate()) { in PrepareTransitionToDataProperty()
466 if (!IsElement() && name()->IsPrivate()) { in TransitionToAccessorProperty()
816 if (is_element || !name_->IsPrivate()) return JSPROXY; in LookupInSpecialHolder()
819 if (is_element || !name_->IsPrivate()) return ACCESS_CHECK; in LookupInSpecialHolder()
825 if (is_element || !name_->IsPrivate()) return INTERCEPTOR; in LookupInSpecialHolder()
Dlookup.h204 (IsElement() || !name_->IsPrivate()); in ExtendingNonExtensible()
339 return name->IsPrivate() ? OWN_SKIP_INTERCEPTOR : configuration; in ComputeConfiguration()
Dobjects.cc1061 DCHECK(!name->IsPrivate()); in GetProperty()
1616 DCHECK(!name->IsPrivate()); in GetPropertyWithInterceptorInternal()
1665 DCHECK(!name->IsPrivate()); in GetPropertyAttributesWithInterceptorInternal()
1686 DCHECK(!name->IsPrivate()); in GetPropertyAttributesWithInterceptorInternal()
1729 DCHECK(!name->IsPrivate()); in SetPropertyWithInterceptorInternal()
1794 DCHECK(!name->IsPrivate()); in DefinePropertyWithInterceptorInternal()
4520 if (it->GetReceiver()->IsJSProxy() && it->GetName()->IsPrivate()) { in AddDataProperty()
4969 DCHECK(!name->IsPrivate()); in HasProperty()
5037 DCHECK(!name->IsPrivate()); in SetProperty()
5106 DCHECK(!name->IsPrivate()); in DeletePropertyOrElement()
[all …]
Dobjects-inl.h7180 bool Name::IsPrivate() { in IsPrivate() function
Dobjects.h9128 inline bool IsPrivate();
/external/boringssl/src/util/
Ddoc.go57 IsPrivate bool member
380 section.IsPrivate = len(comment) > 0 && isPrivateSection(comment[0])
579 {{if not .IsPrivate}}
589 {{if not .IsPrivate}}
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h442 IsPrivate = 1 << 2, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp261 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/external/v8/src/compiler/
Daccess-info.cc414 if (name->IsPrivate()) return false; in ComputePropertyAccessInfo()
/external/clang/lib/Lex/
DModuleMap.cpp218 bool IsPrivate = false; in violatesPrivateInclude() local
223 IsPrivate |= in violatesPrivateInclude()
227 assert(IsPrivate && "inconsistent headers and roles"); in violatesPrivateInclude()
/external/v8/src/ic/
Dic.cc920 PrototypeIterator::WhereToEnd end = name->IsPrivate() in InitPrototypeChecks()
1920 DCHECK(!receiver->IsAccessCheckNeeded() || lookup->name()->IsPrivate()); in GetMapIndependentHandler()
2047 DCHECK(!receiver->IsAccessCheckNeeded() || lookup->name()->IsPrivate()); in CompileHandler()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3331 IsPrivate = 4, enumerator
3357 Flags |= IsPrivate | IsPrivateOnPath; in initialize()
/external/v8/src/crankshaft/
Dhydrogen.cc5986 if (name_->IsPrivate()) { in LookupInPrototypes()