HomeSort by relevance Sort by last modified time
    Searched refs:attributesWithOverride (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyDescriptor.h 66 unsigned attributesWithOverride(const PropertyDescriptor& other) const;
PropertyDescriptor.cpp 181 unsigned PropertyDescriptor::attributesWithOverride(const PropertyDescriptor& other) const
JSObject.cpp 696 putDescriptor(exec, this, propertyName, descriptor, current.attributesWithOverride(descriptor), current);
709 return putDescriptor(exec, this, propertyName, descriptor, current.attributesWithOverride(descriptor), current);
737 return putDescriptor(exec, this, propertyName, descriptor, current.attributesWithOverride(descriptor), current);
766 unsigned attrs = current.attributesWithOverride(descriptor);

Completed in 58 milliseconds