Searched refs:countFalse (Results 1 – 1 of 1) sorted by relevance
16828 countFalse = function() { count++; return false; }, function16830 over = _.overEvery(countTrue, countFalse, countTrue);16939 countFalse = function() { count++; return false; }, function16941 over = _.overSome(countFalse, countTrue, countFalse);