Home
last modified time | relevance | path

Searched refs:isDataDescriptor (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.cpp54 bool PropertyDescriptor::isDataDescriptor() const in isDataDescriptor() function in JSC::PropertyDescriptor
61 return !isAccessorDescriptor() && !isDataDescriptor(); in isGenericDescriptor()
DPropertyDescriptor.h42 bool isDataDescriptor() const;
DJSObject.cpp624 if (descriptor.isGenericDescriptor() || descriptor.isDataDescriptor()) { in putDescriptor()
702 if (descriptor.isDataDescriptor() != current.isDataDescriptor()) { in defineOwnProperty()
713 if (descriptor.isDataDescriptor()) { in defineOwnProperty()
DObjectConstructor.cpp314 if (descriptor.isDataDescriptor() && descriptor.value()) in defineProperties()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def223 ?isDataDescriptor@PropertyDescriptor@JSC@@QBE_NXZ
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2418450 (JSC::PropertyDescriptor::isDataDescriptor):