Lines Matching full:propertycount
1640 result += value.propertyCount();1644 for (var i = 0; i < value.propertyCount(); i++) {2544 ProtocolValue.prototype.propertyCount = function() {2565 for (var i = 0; i < this.propertyCount(); i++) {