Searched refs:returnIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A Darray-enumerators-functions.js59 function returnIndex(a, index) { if (lastIndex >= index) throw "Unordered traversal"; lastIndex = index; count++; return index; } function
64 var testFunctions = ["returnFalse", "returnTrue", "returnElem", "returnIndex", "increaseLength", "decreaseLength", "halveLength"];
88 if (currentFunc === returnIndex && functionName === "reduceRight")
104 if (currentFunc === returnIndex && functionName === "reduceRight")
136 if (currentFunc === returnIndex && functionName === "reduceRight")

Completed in 125 milliseconds