Lines Matching refs:Array
29 PASS test(Array.prototype.sort) is true
30 PASS test(Array.prototype.every) is true
31 PASS test(Array.prototype.some) is true
32 PASS test(Array.prototype.forEach) is true
33 PASS test(Array.prototype.map) is true
34 PASS test(Array.prototype.filter) is true
35 PASS test(Array.prototype.reduce) is true
36 PASS test(Array.prototype.reduceRight) is true
37 PASS test(Array.prototype.join) is true
38 PASS test(Array.prototype.pop) is true
39 PASS test(Array.prototype.push) is false
40 PASS test(Array.prototype.reverse) is true
41 PASS test(Array.prototype.shift) is true
42 PASS test(Array.prototype.slice) is true
43 PASS test(Array.prototype.splice) is true
44 PASS test(Array.prototype.unshift) is true
45 PASS test(Array.prototype.indexOf) is true
46 PASS test(Array.prototype.lastIndexOf) is true