Searched refs:attributesEqual (Results 1 – 4 of 4) sorted by relevance
165 attributesEqual(other); in equalTo()168 bool PropertyDescriptor::attributesEqual(const PropertyDescriptor& other) const in attributesEqual() function in JSC::PropertyDescriptor
65 bool attributesEqual(const PropertyDescriptor& other) const;
694 if (!current.attributesEqual(descriptor)) { in defineOwnProperty()727 } else if (current.attributesEqual(descriptor)) { in defineOwnProperty()758 if (current.attributesEqual(descriptor)) { in defineOwnProperty()
18463 (JSC::PropertyDescriptor::attributesEqual):