Searched refs:getLastIndex (Results 1 – 7 of 7) sorted by relevance
39 if (index == this.getLastIndex())84 if (index == this.getLastIndex())109 getLastIndex: function() { method in ListSelectionController232 newIndex = this.getLastIndex();236 this.getLastIndex() : this.getIndexAbove(leadIndex);244 this.getLastIndex() : this.getIndexBefore(leadIndex);
248 var last = this.getLastIndex();287 if (index == this.getLastIndex()) {
114 return asRegExpObject(slotBase)->getLastIndex(); in regExpObjectLastIndex()152 JSValue jsLastIndex = getLastIndex(); in match()
47 JSValue getLastIndex() const in getLastIndex() function
463 SlotIndex getLastIndex() {
800 for (SlotIndex i = sis->getZeroIndex(); i != sis->getLastIndex(); in renderCodeTablePlusPI()
5824 (JSC::RegExpObject::getLastIndex):