Home | History | Annotate | Download | only in src

Lines Matching refs:properties

63     var properties = mirror.properties();
64 for (var i = 0; i < properties.length; i++) {
65 var name = properties[i].name();
134 // This function returns an object with properties "text" and "running" holding
1629 result += ' properties.';
2526 * Get the number og properties.
2527 * @return {number} the number of properties
2530 return this.value_.properties ? this.value_.properties.length : 0;
2539 var property = this.value_.properties[index];
2551 if (this.value_.properties[i].name == name) {
2564 var property = this.value_.properties[index];