Searched defs:toArrayIndex (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptstring.cpp101 quint32 QScriptString::toArrayIndex(bool* ok) const function in class:QScriptString
103 return d_ptr->toArrayIndex(ok);
H A Dqscriptstring_p.h43 inline quint32 toArrayIndex(bool* ok = 0) const;
96 quint32 QScriptStringPrivate::toArrayIndex(bool* ok) const function in class:QScriptStringPrivate
98 quint32 idx = QScriptConverter::toArrayIndex(m_string);
H A Dqscriptconverter_p.h42 static quint32 toArrayIndex(const JSStringRef jsstring) function in class:QScriptConverter
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptstring/
H A Dtst_qscriptstring.cpp39 void toArrayIndex();
66 QCOMPARE(str.toArrayIndex(), quint32(0xffffffff));
156 void tst_QScriptString::toArrayIndex() function in class:tst_QScriptString
165 quint32 result = engine.toStringHandle(input).toArrayIndex(ptr);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.h206 inline unsigned Identifier::toArrayIndex(bool& ok) const function in class:JSC::Identifier

Completed in 756 milliseconds