Lines Matching full:propertycount
1255 result += value.propertyCount();1259 for (var i = 0; i < value.propertyCount(); i++) {1900 ProtocolValue.prototype.propertyCount = function() {1921 for (var i = 0; i < this.propertyCount(); i++) {