Lines Matching full:exception
51 4.0 Exception Test
52 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.
56 PASS [12, 5, 8, 130, 44].every(5) threw exception TypeError: 5 is not a function.
57 PASS [12, 5, 8, 130, 44].every('wrong') threw exception TypeError: wrong is not a function.
58 PASS [12, 5, 8, 130, 44].every(new Object()) threw exception TypeError: #<Object> is not a function.
59 PASS [12, 5, 8, 130, 44].every(null) threw exception TypeError: null is not a function.
60 PASS [12, 5, 8, 130, 44].every(undefined) threw exception TypeError: undefined is not a function.
61 PASS [12, 5, 8, 130, 44].every() threw exception TypeError: undefined is not a function.