Lines Matching refs:PropertyDescriptor

873   PropertyDescriptor target_desc;  in GetProperty()
883 bool inconsistent = PropertyDescriptor::IsDataDescriptor(&target_desc) && in GetProperty()
896 inconsistent = PropertyDescriptor::IsAccessorDescriptor(&target_desc) && in GetProperty()
4225 PropertyDescriptor desc; in SetSuperProperty()
4233 if (PropertyDescriptor::IsAccessorDescriptor(&desc) || in SetSuperProperty()
4239 PropertyDescriptor value_desc; in SetSuperProperty()
4884 PropertyDescriptor target_desc; in HasProperty()
4955 PropertyDescriptor target_desc; in SetProperty()
4960 bool inconsistent = PropertyDescriptor::IsDataDescriptor(&target_desc) && in SetProperty()
4969 inconsistent = PropertyDescriptor::IsAccessorDescriptor(&target_desc) && in SetProperty()
5021 PropertyDescriptor target_desc; in DeletePropertyOrElement()
5118 PropertyDescriptor desc; in GetPropertyAttributes()
6376 PropertyDescriptor desc; in DefineProperty()
6377 if (!PropertyDescriptor::ToPropertyDescriptor(isolate, attributes, &desc)) { in DefineProperty()
6420 std::vector<PropertyDescriptor> descriptors(capacity); in DefineProperties()
6443 success = PropertyDescriptor::ToPropertyDescriptor( in DefineProperties()
6454 PropertyDescriptor* desc = &descriptors[i]; in DefineProperties()
6474 PropertyDescriptor* desc, in DefineOwnProperty()
6499 PropertyDescriptor* desc, in OrdinaryDefineOwnProperty()
6524 PropertyDescriptor* desc, in OrdinaryDefineOwnProperty()
6529 PropertyDescriptor current; in OrdinaryDefineOwnProperty()
6549 Isolate* isolate, bool extensible, PropertyDescriptor* desc, in IsCompatiblePropertyDescriptor()
6550 PropertyDescriptor* current, Handle<Name> property_name, in IsCompatiblePropertyDescriptor()
6563 PropertyDescriptor* desc, PropertyDescriptor* current, in ValidateAndApplyPropertyDescriptor()
6569 bool desc_is_data_descriptor = PropertyDescriptor::IsDataDescriptor(desc); in ValidateAndApplyPropertyDescriptor()
6571 PropertyDescriptor::IsAccessorDescriptor(desc); in ValidateAndApplyPropertyDescriptor()
6573 PropertyDescriptor::IsGenericDescriptor(desc); in ValidateAndApplyPropertyDescriptor()
6670 PropertyDescriptor::IsDataDescriptor(current); in ValidateAndApplyPropertyDescriptor()
6737 DCHECK(PropertyDescriptor::IsAccessorDescriptor(current) && in ValidateAndApplyPropertyDescriptor()
6801 PropertyDescriptor::IsAccessorDescriptor(current))); in ValidateAndApplyPropertyDescriptor()
6837 PropertyDescriptor new_desc; in CreateDataProperty()
6888 PropertyDescriptor* desc, in DefineOwnProperty()
6901 PropertyDescriptor old_len_desc; in DefineOwnProperty()
6989 PropertyDescriptor* desc, in ArraySetLength()
6999 PropertyDescriptor* new_len_desc = desc; in ArraySetLength()
7009 PropertyDescriptor old_len_desc; in ArraySetLength()
7053 PropertyDescriptor readonly; in ArraySetLength()
7080 PropertyDescriptor* desc, in DefineOwnProperty()
7136 PropertyDescriptor target_desc; in DefineOwnProperty()
7192 PropertyDescriptor* desc, in AddPrivateProperty()
7195 if (!PropertyDescriptor::IsDataDescriptor(desc) || in AddPrivateProperty()
7228 PropertyDescriptor* desc) { in GetOwnPropertyDescriptor()
7243 PropertyDescriptor* desc) { in GetOwnPropertyDescriptor()
7290 DCHECK(PropertyDescriptor::IsAccessorDescriptor(desc) != in GetOwnPropertyDescriptor()
7291 PropertyDescriptor::IsDataDescriptor(desc)); in GetOwnPropertyDescriptor()
7301 PropertyDescriptor* desc) { in GetOwnPropertyDescriptor()
7345 PropertyDescriptor target_desc; in GetOwnPropertyDescriptor()
7377 if (!PropertyDescriptor::ToPropertyDescriptor(isolate, trap_result_obj, in GetOwnPropertyDescriptor()
7383 PropertyDescriptor::CompletePropertyDescriptor(isolate, desc); in GetOwnPropertyDescriptor()
7576 PropertyDescriptor no_conf; in SetIntegrityLevel()
7579 PropertyDescriptor no_conf_no_write; in SetIntegrityLevel()
7595 PropertyDescriptor current_desc; in SetIntegrityLevel()
7600 PropertyDescriptor desc = in SetIntegrityLevel()
7601 PropertyDescriptor::IsAccessorDescriptor(&current_desc) in SetIntegrityLevel()
7628 PropertyDescriptor current_desc; in TestIntegrityLevel()
7635 PropertyDescriptor::IsDataDescriptor(&current_desc) && in TestIntegrityLevel()
8839 PropertyDescriptor desc; in OwnPropertyKeys()