Home | History | Annotate | Download | only in src

Lines Matching refs:propertyCount

1259   result += value.propertyCount();
1263 for (var i = 0; i < value.propertyCount(); i++) {
1904 ProtocolValue.prototype.propertyCount = function() {
1925 for (var i = 0; i < this.propertyCount(); i++) {