Searched refs:returnIndex (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/webkit/ |
D | array-enumerators-functions-expected.txt | 41 …ry(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.every.call(toObject(simp… 42 …ery(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.every.call(toObject(emp… 43 …(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.every.call(toObject(largeE… 44 …(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.every.call(toObject(largeS… 69 …h(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(sim… 70 …ch(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(em… 71 …forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(large… 72 …forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(large… 97 …ome(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.some.call(toObject(simp… 98 …ome(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.some.call(toObject(empt… [all …]
|
D | array-enumerators-functions.js | 59 function returnIndex(a, index) { if (lastIndex >= index) throw "Unordered traversal"; lastIndex = i… function 88 if (currentFunc === returnIndex && functionName === "reduceRight") 104 if (currentFunc === returnIndex && functionName === "reduceRight") 136 if (currentFunc === returnIndex && functionName === "reduceRight")
|