Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Darray-every-expected.txt52 PASS [12, 5, 8, 130, 44].every(isBigEnoughAndException) threw exception exception from function.
53 PASS [12, 54, 18, 130, 44].every(isBigEnoughAndException) threw exception exception from function.
Darray-every.js78 function isBigEnoughAndException(element, index, array) { function