Lines Matching refs:enumerable

3371 values or the number of own enumerable string keyed properties for objects.
4511 arrays. The own enumerable properties of `arguments` objects are cloned
5067 Objects are considered empty if they have no own enumerable string keyed
5117 by their own, not inherited, enumerable properties. Functions and DOM
6266 Converts `value` to a plain object flattening inherited enumerable string
6951 Assigns own enumerable string keyed properties of source objects to the
7148 `properties` object is given, its own enumerable string keyed properties
7192 Assigns own and inherited enumerable string keyed properties of source
7344 Iterates over own and inherited enumerable string keyed properties of an
7418 Iterates over own enumerable string keyed properties of an object and
7492 Creates an array of function property names from own enumerable properties
7526 enumerable properties of `object`.
7764 Creates an array of the own enumerable property names of `object`.
7804 Creates an array of the own and inherited enumerable property names of `object`.
7840 same values as `object` and keys generated by running each own enumerable
7871 by running each own enumerable string keyed property of `object` thru
7909 inherited enumerable string keyed properties of source objects into the
7995 own and inherited enumerable property paths of `object` that are not omitted.
8027 the own and inherited enumerable string keyed properties of `object` that
8230 Creates an array of own enumerable string keyed-value pairs for `object`
8267 Creates an array of own and inherited enumerable string keyed-value pairs
8306 enumerable string keyed properties thru `iteratee`, with each invocation
8459 Creates an array of the own enumerable string keyed property values of `object`.
8497 Creates an array of the own and inherited enumerable string keyed property
10578 Adds all own enumerable string keyed function properties of a source