MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / hasKey

Function hasKey

jasmine-1.1.0.js:863–865  ·  view source on GitHub ↗
(obj, keyName)

Source from the content-addressed store, hash-verified

861 b.__Jasmine_been_here_before__ = a;
862
863 var hasKey = function(obj, keyName) {
864 return obj !== null && obj[keyName] !== jasmine.undefined;
865 };
866
867 for (var property in b) {
868 if (!hasKey(a, property) && hasKey(b, property)) {

Callers 1

jasmine-1.1.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected