Home
last modified time | relevance | path

Searched refs:isStrictUInt32 (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DStringObject.cpp82 bool isStrictUInt32; in deleteProperty() local
83 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32); in deleteProperty()
84 if (isStrictUInt32 && internalValue()->canGetIndex(i)) in deleteProperty()
DJSString.cpp222 bool isStrictUInt32; in getStringPropertyDescriptor() local
223 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32); in getStringPropertyDescriptor()
224 if (isStrictUInt32 && i < m_stringLength) { in getStringPropertyDescriptor()
DJSString.h500 bool isStrictUInt32; in getStringPropertySlot() local
501 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32); in getStringPropertySlot()
502 if (isStrictUInt32 && i < m_stringLength) { in getStringPropertySlot()