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

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

Completed in 720 milliseconds