Searched refs:toArrayIndex (Results 1 – 17 of 17) sorted by relevance
43 inline quint32 toArrayIndex(bool* ok = 0) const;96 quint32 QScriptStringPrivate::toArrayIndex(bool* ok) const in toArrayIndex() function98 quint32 idx = QScriptConverter::toArrayIndex(m_string); in toArrayIndex()
101 quint32 QScriptString::toArrayIndex(bool* ok) const in toArrayIndex() function in QScriptString103 return d_ptr->toArrayIndex(ok); in toArrayIndex()
43 quint32 toArrayIndex(bool* ok = 0) const;
42 static quint32 toArrayIndex(const JSStringRef jsstring) in toArrayIndex() function
39 void toArrayIndex();66 QCOMPARE(str.toArrayIndex(), quint32(0xffffffff)); in test()156 void tst_QScriptString::toArrayIndex() in toArrayIndex() function in tst_QScriptString165 quint32 result = engine.toStringHandle(input).toArrayIndex(ptr); in toArrayIndex()
86 unsigned index = propertyName.toArrayIndex(ok); in getOwnPropertySlot()107 unsigned index = propertyName.toArrayIndex(ok); in getOwnPropertyDescriptor()138 unsigned index = propertyName.toArrayIndex(ok); in put()
184 unsigned i = propertyName.toArrayIndex(isArrayIndex); in getOwnPropertySlot()215 unsigned i = propertyName.toArrayIndex(isArrayIndex); in getOwnPropertyDescriptor()273 unsigned i = propertyName.toArrayIndex(isArrayIndex); in put()322 unsigned i = propertyName.toArrayIndex(isArrayIndex); in deleteProperty()
65 unsigned toArrayIndex(bool& ok) const;
206 inline unsigned Identifier::toArrayIndex(bool& ok) const in toArrayIndex() function
280 unsigned i = propertyName.toArrayIndex(isArrayIndex); in getOwnPropertySlot()297 unsigned i = propertyName.toArrayIndex(isArrayIndex); in getOwnPropertyDescriptor()324 unsigned i = propertyName.toArrayIndex(isArrayIndex); in put()484 unsigned i = propertyName.toArrayIndex(isArrayIndex); in deleteProperty()
254 unsigned i = propertyName.toArrayIndex(ok); in getOwnPropertySlot()328 unsigned i = propertyName.toArrayIndex(ok); in getOwnPropertyDescriptor()
244 …(ArrayInstanceImp::get): Update to use a public toArrayIndex function instead of our own getArrayI…250 * kjs/ustring.h: Add toArrayIndex.251 * kjs/ustring.cpp: (UString::toArrayIndex): Added. Implements the rule from array.252 * kjs/identifier.h: Add a forwarding function so we can use toArrayIndex.
16032 (JSC::Identifier::toArrayIndex):16394 (JSC::toArrayIndex):16504 (JSC::Identifier::toArrayIndex):16526 (JSC::UString::toArrayIndex):16593 (JSC::toArrayIndex):16937 (JSC::UString::toArrayIndex):17114 (JSC::Identifier::toArrayIndex):
7015 (QScriptString::toArrayIndex):7027 (QScriptStringPrivate::toArrayIndex):7037 (tst_QScriptString::toArrayIndex):
12767 (KJS::UString::toArrayIndex):14797 (ArrayInstance::deleteProperty): use toArrayIndex instead of toUInt32 when
33434 check of the boolean result from toArrayIndex.
316 quint32 idx = engine.toStringHandle(propertyName).toArrayIndex(&ok); in getPropertySimple()