Searched refs:childProperties (Results 1 – 4 of 4) sorted by relevance
200 this.descend=function(prototypeParent,childProperties){function protoSetter(){}protoSetter.prototyp… argument202 for(var n in childProperties){newOb[n]=childProperties[n]
591 this.descend = function(prototypeParent, childProperties) argument596 for (var n in childProperties)597 newOb[n] = childProperties[n];
211 this.descend=function(prototypeParent,childProperties){function protoSetter(){}protoSetter.prototype=prototypeParent; argument 213 for(var n in childProperties){newOb[n]=childProperties[n]
33799 return reduce(property, function(childProperties, childProperty) { argument33808 return childProperties.concat(copiedProperty);33811 return childProperties;