Searched refs:configurablePresent (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DPropertyDescriptor.h78 bool configurablePresent() const { return m_seenAttributes & ConfigurablePresent; } function in class:JSC::PropertyDescriptor
H A DPropertyDescriptor.cpp229 if (configurablePresent())
H A DStringObject.cpp94 if (descriptor.configurablePresent() && descriptor.configurable()) {
H A DRegExpObject.cpp135 if (descriptor.configurablePresent() && descriptor.configurable())
H A DJSFunction.cpp485 if (descriptor.configurablePresent() && descriptor.configurable()) {
H A DJSArray.cpp86 if (descriptor.configurablePresent() && descriptor.configurable())
H A DJSObject.cpp1801 if (descriptor.configurablePresent() && descriptor.configurable())

Completed in 148 milliseconds