Searched refs:attributesWithOverride (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | PropertyDescriptor.h | 66 unsigned attributesWithOverride(const PropertyDescriptor& other) const;
|
D | JSObject.cpp | 696 …putDescriptor(exec, this, propertyName, descriptor, current.attributesWithOverride(descriptor), cu… in defineOwnProperty() 709 …return putDescriptor(exec, this, propertyName, descriptor, current.attributesWithOverride(descript… in defineOwnProperty() 737 …return putDescriptor(exec, this, propertyName, descriptor, current.attributesWithOverride(descript… in defineOwnProperty() 766 unsigned attrs = current.attributesWithOverride(descriptor); in defineOwnProperty()
|
D | PropertyDescriptor.cpp | 181 unsigned PropertyDescriptor::attributesWithOverride(const PropertyDescriptor& other) const in attributesWithOverride() function in JSC::PropertyDescriptor
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 18464 (JSC::PropertyDescriptor::attributesWithOverride):
|