Home | History | Annotate | Download | only in src

Lines Matching defs:propertyCount

860   result += value.propertyCount();
864 for (var i = 0; i < value.propertyCount(); i++) {
1363 ProtocolValue.prototype.propertyCount = function() {
1384 for (var i = 0; i < this.propertyCount(); i++) {