Lines Matching refs:IsPrivate
1061 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()
5355 DCHECK(object->map()->is_extensible() || name->IsPrivate()); in AddProperty()
5906 DCHECK(!name->IsPrivate()); in DeletePropertyWithInterceptor()
5963 DCHECK(it->name()->IsPrivate()); in DeleteProperty()
6779 if (key->IsSymbol() && Handle<Symbol>::cast(key)->IsPrivate()) { in DefineOwnProperty()
6818 DCHECK(!property_name->IsPrivate()); in DefineOwnProperty()
6968 DCHECK(!name->IsPrivate()); in GetPropertyDescriptorWithInterceptor()
7063 DCHECK(!name->IsPrivate()); in GetOwnPropertyDescriptor()
9391 if (!key->IsPrivate()) { in CopyUpToAddAttributes()