Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.h66 unsigned attributesWithOverride(const PropertyDescriptor& other) const;
DJSObject.cpp696 …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()
DPropertyDescriptor.cpp181 unsigned PropertyDescriptor::attributesWithOverride(const PropertyDescriptor& other) const in attributesWithOverride() function in JSC::PropertyDescriptor
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2418464 (JSC::PropertyDescriptor::attributesWithOverride):