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

  /external/webkit/JavaScriptCore/runtime/
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 60 milliseconds