Lines Matching refs:properties
67 var properties = mirror.properties();
68 for (var i = 0; i < properties.length; i++) {
69 var name = properties[i].name();
142 // This function returns an object with properties "text" and "running" holding
1641 result += ' properties.';
2541 * Get the number og properties.
2542 * @return {number} the number of properties
2545 return this.value_.properties ? this.value_.properties.length : 0;
2554 var property = this.value_.properties[index];
2566 if (this.value_.properties[i].name == name) {
2579 var property = this.value_.properties[index];