Home
last modified time | relevance | path

Searched refs:childProperties (Results 1 – 4 of 4) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js200 this.descend=function(prototypeParent,childProperties){function protoSetter(){}protoSetter.prototyp… argument
202 for(var n in childProperties){newOb[n]=childProperties[n]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js591 this.descend = function(prototypeParent, childProperties) argument
596 for (var n in childProperties)
597 newOb[n] = childProperties[n];
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js211 this.descend=function(prototypeParent,childProperties){function protoSetter(){}protoSetter.prototype=prototypeParent; argument
213 for(var n in childProperties){newOb[n]=childProperties[n]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js33799 return reduce(property, function(childProperties, childProperty) { argument
33808 return childProperties.concat(copiedProperty);
33811 return childProperties;