Searched refs:isBigEnoughShortCircuit (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/webkit/ |
D | array-every-expected.txt | 64 PASS [12, 5, 8, 130, 44].every(isBigEnoughShortCircuit) is false 66 PASS [12, 54, 18, 130, 44].every(isBigEnoughShortCircuit) is true
|
D | array-every.js | 97 function isBigEnoughShortCircuit(element, index, array) { function
|