Lines Matching defs:obj

41   var _ = function(obj) {  argument
142 return function(obj) { argument
197 var reducer = function(obj, iteratee, memo, initial) { argument
212 return function(obj, iteratee, memo, context) { argument
244 _.reject = function(obj, predicate, context) { argument
283 _.invoke = restArgs(function(obj, method, args) { argument
292 _.pluck = function(obj, key) { argument
298 _.where = function(obj, attrs) { argument
304 _.findWhere = function(obj, attrs) { argument
309 _.max = function(obj, iteratee, context) { argument
334 _.min = function(obj, iteratee, context) { argument
359 _.shuffle = function(obj) { argument
367 _.sample = function(obj, n, guard) { argument
386 _.sortBy = function(obj, iteratee, context) { argument
408 return function(obj, iteratee, context) { argument
440 _.toArray = function(obj) { argument
452 _.size = function(obj) { argument
646 _.sortedIndex = function(array, obj, iteratee, context) { argument
771 _.bindAll = restArgs(function(obj, keys) { argument
946 var collectNonEnumProps = function(obj, keys) { argument
965 _.keys = function(obj) { argument
976 _.allKeys = function(obj) { argument
986 _.values = function(obj) { argument
998 _.mapObject = function(obj, iteratee, context) { argument
1011 _.pairs = function(obj) { argument
1022 _.invert = function(obj) { argument
1043 return function(obj) { argument
1068 _.findKey = function(obj, predicate, context) { argument
1078 var keyInObj = function(value, key, obj) { argument
1083 _.pick = restArgs(function(obj, keys) { argument
1103 _.omit = restArgs(function(obj, keys) { argument
1130 _.clone = function(obj) { argument
1138 _.tap = function(obj, interceptor) { argument
1269 _.isEmpty = function(obj) { argument
1276 _.isElement = function(obj) { argument
1287 _.isObject = function(obj) { argument
1294 _['is' + name] = function(obj) { argument
1302 _.isArguments = function(obj) { argument
1311 _.isFunction = function(obj) { argument
1317 _.isFinite = function(obj) { argument
1322 _.isNaN = function(obj) { argument
1327 _.isBoolean = function(obj) { argument
1332 _.isNull = function(obj) { argument
1337 _.isUndefined = function(obj) { argument
1343 _.has = function(obj, key) { argument
1374 _.propertyOf = function(obj) { argument
1384 return function(obj) { argument
1549 _.chain = function(obj) { argument
1562 var chainResult = function(instance, obj) { argument
1567 _.mixin = function(obj) { argument