Lines Matching defs:obj

39   var _ = function(obj) {  argument
99 return function(obj) { argument
126 return function(obj) { argument
181 function iterator(obj, iteratee, memo, keys, index, length) { argument
189 return function(obj, iteratee, memo, context) { argument
233 _.reject = function(obj, predicate, context) { argument
272 _.invoke = function(obj, method) { argument
282 _.pluck = function(obj, key) { argument
288 _.where = function(obj, attrs) { argument
294 _.findWhere = function(obj, attrs) { argument
299 _.max = function(obj, iteratee, context) { argument
324 _.min = function(obj, iteratee, context) { argument
350 _.shuffle = function(obj) { argument
365 _.sample = function(obj, n, guard) { argument
374 _.sortBy = function(obj, iteratee, context) { argument
395 return function(obj, iteratee, context) { argument
426 _.toArray = function(obj) { argument
434 _.size = function(obj) { argument
441 _.partition = function(obj, predicate, context) { argument
444 _.each(obj, function(value, key, obj) { argument
632 _.sortedIndex = function(array, obj, iteratee, context) { argument
741 _.bindAll = function(obj) { argument
909 function collectNonEnumProps(obj, keys) { argument
928 _.keys = function(obj) { argument
939 _.allKeys = function(obj) { argument
949 _.values = function(obj) { argument
961 _.mapObject = function(obj, iteratee, context) { argument
975 _.pairs = function(obj) { argument
986 _.invert = function(obj) { argument
1013 _.findKey = function(obj, predicate, context) { argument
1031 iteratee = function(value, key, obj) { return key in obj; }; argument
1043 _.omit = function(obj, iteratee, context) { argument
1068 _.clone = function(obj) { argument
1076 _.tap = function(obj, interceptor) { argument
1194 _.isEmpty = function(obj) { argument
1201 _.isElement = function(obj) { argument
1212 _.isObject = function(obj) { argument
1219 _['is' + name] = function(obj) { argument
1227 _.isArguments = function(obj) { argument
1235 _.isFunction = function(obj) { argument
1241 _.isFinite = function(obj) { argument
1246 _.isNaN = function(obj) { argument
1251 _.isBoolean = function(obj) { argument
1256 _.isNull = function(obj) { argument
1261 _.isUndefined = function(obj) { argument
1267 _.has = function(obj, key) { argument
1298 _.propertyOf = function(obj) { argument
1308 return function(obj) { argument
1472 _.chain = function(obj) { argument
1485 var result = function(instance, obj) { argument
1490 _.mixin = function(obj) { argument