Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Darray-every-expected.txt64 PASS [12, 5, 8, 130, 44].every(isBigEnoughShortCircuit) is false
66 PASS [12, 54, 18, 130, 44].every(isBigEnoughShortCircuit) is true
Darray-every.js97 function isBigEnoughShortCircuit(element, index, array) { function