HomeSort by relevance Sort by last modified time
    Searched refs:isStrictUInt32 (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/runtime/
StringObject.cpp 82 bool isStrictUInt32;
83 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32);
84 if (isStrictUInt32 && internalValue()->canGetIndex(i))
JSString.cpp 222 bool isStrictUInt32;
223 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32);
224 if (isStrictUInt32 && i < m_stringLength) {
JSString.h 500 bool isStrictUInt32;
501 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32);
502 if (isStrictUInt32 && i < m_stringLength) {

Completed in 164 milliseconds