Searched refs:isStrictUInt32 (Results 1 – 3 of 3) sorted by relevance
82 bool isStrictUInt32; in deleteProperty() local83 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32); in deleteProperty()84 if (isStrictUInt32 && internalValue()->canGetIndex(i)) in deleteProperty()
222 bool isStrictUInt32; in getStringPropertyDescriptor() local223 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32); in getStringPropertyDescriptor()224 if (isStrictUInt32 && i < m_stringLength) { in getStringPropertyDescriptor()
500 bool isStrictUInt32; in getStringPropertySlot() local501 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32); in getStringPropertySlot()502 if (isStrictUInt32 && i < m_stringLength) { in getStringPropertySlot()