MCPcopy Index your code
hub / github.com/deployd/deployd / keys

Function keys

test-app/public/sinon.js:23932–23934  ·  view source on GitHub ↗

* Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) * for more details. * * @static

(object)

Source from the content-addressed store, hash-verified

23930 * // => ['0', '1']
23931 */
23932 function keys(object) {
23933 return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
23934 }
23935
23936 /**
23937 * Creates an array of the own and inherited enumerable property names of `object`.

Callers 13

deepEqualCyclicFunction · 0.85
baseAssignFunction · 0.85
baseConformsFunction · 0.85
createFindFunction · 0.85
getMatchDataFunction · 0.85
conformsToFunction · 0.85
sinon.jsFile · 0.85
functionsFunction · 0.85
valuesFunction · 0.85
templateFunction · 0.85
mixinFunction · 0.85
createClockFunction · 0.85

Calls 3

isArrayLikeFunction · 0.85
arrayLikeKeysFunction · 0.85
baseKeysFunction · 0.85

Tested by

no test coverage detected