Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DStringObject.cpp85 bool isStrictUInt32; in deleteProperty() local
86 unsigned i = propertyName.toUInt32(isStrictUInt32); in deleteProperty()
87 if (isStrictUInt32 && internalValue()->canGetIndex(i)) in deleteProperty()
DJSString.cpp299 bool isStrictUInt32; in getStringPropertyDescriptor() local
300 unsigned i = propertyName.toUInt32(isStrictUInt32); in getStringPropertyDescriptor()
301 if (isStrictUInt32 && i < m_length) { in getStringPropertyDescriptor()
DJSString.h584 bool isStrictUInt32; in getStringPropertySlot() local
585 unsigned i = propertyName.toUInt32(isStrictUInt32); in getStringPropertySlot()
586 if (isStrictUInt32 && i < m_length) { in getStringPropertySlot()