Lines Matching refs:function
30 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
31 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
32 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
33 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
34 function(prev, elem, index, array) { return currentFunc.call(this, elem, index, array); },
35 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
36 function(prev, elem, index, array) { return currentFunc.call(this, elem, index, array); }
39 function toObject(array) {
46 function toUnorderedObject(array) {
56 function returnFalse() { count++; return false; }
57 function returnTrue() { count++; return true; }
58 function returnElem(elem) { count++; return elem; }
59 function returnIndex(a, index) { if (lastIndex >= index) throw "Unordered traversal"; lastIndex = index; count++; return index; }
60 function increaseLength(a, b, array) { count++; array.length++; }
61 function decreaseLength(a, b, array) { count++; array.length--; }
62 function halveLength(a, b, array) { count++; if (!array.halved) array.length = (array.length / 2) | 0; array.halved = true; }
73 function copyArray(a) {
112 // Test number of function calls