| A D | underscore-1.13.1.js | 1390 each(obj, function(value, index, list) { argument 1391 if (predicate(value, index, list)) results.push(value); 1480 each(obj, function(v, index, list) { argument 1481 computed = iteratee(v, index, list); 1505 each(obj, function(v, index, list) { argument 1506 computed = iteratee(v, index, list); 1547 return pluck(map(obj, function(value, key, list) { argument 1551 criteria: iteratee(value, key, list) 1791 function object(list, values) { argument 1795 result[list[i]] = values[i]; [all …]
|