Home | History | Annotate | Download | only in src

Lines Matching refs:IsDataDescriptor

879     // 10.a. If IsDataDescriptor(targetDesc) and targetDesc.[[Configurable]] is
883 bool inconsistent = PropertyDescriptor::IsDataDescriptor(&target_desc) &&
4960 bool inconsistent = PropertyDescriptor::IsDataDescriptor(&target_desc) &&
6569 bool desc_is_data_descriptor = PropertyDescriptor::IsDataDescriptor(desc);
6583 // 2c. If IsGenericDescriptor(Desc) or IsDataDescriptor(Desc) is true, then:
6670 PropertyDescriptor::IsDataDescriptor(current);
6675 // 7. Else if IsDataDescriptor(current) and IsDataDescriptor(Desc) have
6684 // 7b. If IsDataDescriptor(current) is true, then:
6701 // 8. Else if IsDataDescriptor(current) and IsDataDescriptor(Desc) are both
7195 if (!PropertyDescriptor::IsDataDescriptor(desc) ||
7291 PropertyDescriptor::IsDataDescriptor(desc));
7635 PropertyDescriptor::IsDataDescriptor(&current_desc) &&