Home
last modified time | relevance | path

Searched refs:CheckSequence (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-1790.js32 function CheckSequence(builtin, callback) { class
52 CheckSequence(Array.prototype.every, function() { return true; });
53 CheckSequence(Array.prototype.filter, function() { return true; });
54 CheckSequence(Array.prototype.forEach, function() { return 0; });
55 CheckSequence(Array.prototype.map, function() { return 0; });
56 CheckSequence(Array.prototype.reduce, function() { return 0; });
57 CheckSequence(Array.prototype.reduceRight, function() { return 0; });
58 CheckSequence(Array.prototype.some, function() { return false; });