Home
last modified time | relevance | path

Searched refs:attributesEqual (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.cpp165 attributesEqual(other); in equalTo()
168 bool PropertyDescriptor::attributesEqual(const PropertyDescriptor& other) const in attributesEqual() function in JSC::PropertyDescriptor
DPropertyDescriptor.h65 bool attributesEqual(const PropertyDescriptor& other) const;
DJSObject.cpp694 if (!current.attributesEqual(descriptor)) { in defineOwnProperty()
727 } else if (current.attributesEqual(descriptor)) { in defineOwnProperty()
758 if (current.attributesEqual(descriptor)) { in defineOwnProperty()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2418463 (JSC::PropertyDescriptor::attributesEqual):