Searched refs:popTempSortVector (Results 1 – 4 of 4) sorted by relevance
96 void popTempSortVector(Vector<ValueStringPair>*);
166 void Heap::popTempSortVector(Vector<ValueStringPair>* tempVector) in popTempSortVector() function in JSC::Heap
951 Heap::heap(this)->popTempSortVector(&values); in sort()977 Heap::heap(this)->popTempSortVector(&values); in sort()
5662 Missing call to popTempSortVector() for exception case in JSArray::sort.5666 popTempSortVector() to JSArray::sort() to mark elements during sort.5667 Need to add popTempSortVector() for the return case if toString()5671 (JSC::JSArray::sort): Added popTempSortVector()