MCPcopy
hub / github.com/es-shims/es5-shim / hasKey

Function hasKey

tests/lib/jasmine.js:910–912  ·  view source on GitHub ↗
(obj, keyName)

Source from the content-addressed store, hash-verified

908 b.__Jasmine_been_here_before__ = a;
909
910 var hasKey = function(obj, keyName) {
911 return obj !== null && obj[keyName] !== jasmine.undefined;
912 };
913
914 for (var property in b) {
915 if (!hasKey(a, property) && hasKey(b, property)) {

Callers 1

jasmine.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected