Searched refs:isStrictUInt32 (Results 1 – 3 of 3) sorted by relevance
85 bool isStrictUInt32; in deleteProperty() local86 unsigned i = propertyName.toUInt32(isStrictUInt32); in deleteProperty()87 if (isStrictUInt32 && internalValue()->canGetIndex(i)) in deleteProperty()
299 bool isStrictUInt32; in getStringPropertyDescriptor() local300 unsigned i = propertyName.toUInt32(isStrictUInt32); in getStringPropertyDescriptor()301 if (isStrictUInt32 && i < m_length) { in getStringPropertyDescriptor()
584 bool isStrictUInt32; in getStringPropertySlot() local585 unsigned i = propertyName.toUInt32(isStrictUInt32); in getStringPropertySlot()586 if (isStrictUInt32 && i < m_length) { in getStringPropertySlot()