Home | History | Annotate | Download | only in src

Lines Matching refs:propertyCount

1282   result += value.propertyCount();
1286 for (var i = 0; i < value.propertyCount(); i++) {
1927 ProtocolValue.prototype.propertyCount = function() {
1948 for (var i = 0; i < this.propertyCount(); i++) {