Home
last modified time | relevance | path

Searched refs:IsPrivate (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dname-inl.h138 DEF_GETTER(Name, IsPrivate, bool) { in DEF_GETTER()
145 DCHECK_IMPLIES(is_private_name, IsPrivate()); in DEF_GETTER()
H A Dproperty.cc69 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
76 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
H A Dlookup.cc343 DCHECK_IMPLIES(holder->IsJSProxy(isolate_), name()->IsPrivate(isolate_)); in PrepareForDataProperty()
472 DCHECK(name()->IsPrivate(isolate_)); in ReconfigureDataProperty()
568 DCHECK_IMPLIES(receiver->IsJSProxy(isolate_), name()->IsPrivate(isolate_)); in PrepareTransitionToDataProperty()
573 if (!IsElement() && name()->IsPrivate(isolate_)) { in PrepareTransitionToDataProperty()
746 if (!IsElement() && name()->IsPrivate(isolate_)) { in TransitionToAccessorProperty()
1113 DCHECK_IMPLIES(holder->IsJSProxy(isolate_), name()->IsPrivate(isolate_)); in WriteDataValue()
1259 if (is_element || !name_->IsPrivate(isolate_)) return JSPROXY; in LookupInSpecialHolder()
1267 if (is_element || !name_->IsPrivate(isolate_) || in LookupInSpecialHolder()
1275 if (is_element || !name_->IsPrivate(isolate_)) return INTERCEPTOR; in LookupInSpecialHolder()
1360 DCHECK_IMPLIES(holder.IsJSProxy(isolate_), name()->IsPrivate(isolate in LookupInRegularHolder()
[all...]
H A Dlookup-inl.h211 (IsElement() || !name_->IsPrivate(isolate_)); in ExtendingNonExtensible()
260 return (!name.is_null() && name->IsPrivate(isolate)) ? OWN_SKIP_INTERCEPTOR in ComputeConfiguration()
H A Dname.h67 DECL_GETTER(IsPrivate, bool)
H A Dobjects.cc1193 DCHECK(!name->IsPrivate()); in GetProperty()
2875 if (it->GetReceiver()->IsJSProxy() && it->GetName()->IsPrivate() && in AddDataProperty()
3058 DCHECK(!name->IsPrivate()); in HasProperty()
3132 DCHECK(!name->IsPrivate()); in SetProperty()
3181 DCHECK(!name->IsPrivate()); in DeletePropertyOrElement()
3485 if (key->IsSymbol() && Handle<Symbol>::cast(key)->IsPrivate()) { in DefineOwnProperty()
3525 DCHECK(!property_name->IsPrivate()); in DefineOwnProperty()
3657 DCHECK(!name->IsPrivate()); in GetOwnPropertyDescriptor()
3893 if (!key.IsPrivate()) { in CopyUpToAddAttributes()
H A Dtransitions.cc268 PropertyAttributes attributes = name->IsPrivate() ? DONT_ENUM : NONE; in FindTransitionToDataProperty()
H A Djs-objects.cc938 DCHECK(it->name()->IsPrivate()); in DeleteProperty()
3479 DCHECK(object->map().is_extensible() || name->IsPrivate()); in AddProperty()
4034 if (descriptors.GetKey(i).IsPrivate()) continue; in TestFastPropertiesIntegrityLevel()
/third_party/node/deps/v8/include/
H A Dv8-data.h38 bool IsPrivate() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-data.h38 bool IsPrivate() const;
/third_party/node/deps/v8/src/api/
H A Dapi-arguments-inl.h69 DCHECK(!name->IsPrivate()); \
187 DCHECK(!name->IsPrivate()); in BasicCallNamedGetterCallback()
H A Dapi.cc1022 bool Data::IsPrivate() const { in IsPrivate() function in v8::Data
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.cc232 if (descriptors->GetKey(descriptor).IsPrivate()) { in StoreOwnTransition()
267 if (descriptors->GetKey(descriptor).IsPrivate()) { in StoreTransition()
H A Dic.cc467 if (name->IsPrivate()) { in Load()
1851 if (name->IsPrivate()) { in Store()
2013 DCHECK(!receiver->IsAccessCheckNeeded() || lookup->name()->IsPrivate()); in ComputeHandler()
2122 DCHECK(!receiver->IsAccessCheckNeeded() || lookup->name()->IsPrivate()); in ComputeHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h480 IsPrivate = 1 << 2, member in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc855 if (name.object()->IsPrivate()) { in ComputePropertyAccessInfo()
864 if (name.object()->IsPrivate()) { in ComputePropertyAccessInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp243 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc341 CHECK_IMPLIES(IsPrivateName(), IsPrivate()); in SymbolVerify()
694 if (Name::cast(key).IsPrivate()) { in DescriptorArrayVerify()

Completed in 70 milliseconds