Home | History | Annotate | Download | only in src

Lines Matching refs:property

1369  * Get the specified property name.
1370 * @return {string} property name
1373 var property = this.value_.properties[index];
1374 return property.name;
1379 * Return index for the property name.
1380 * @param name The property name to look for
1381 * @return {number} index for the property name
1394 * Get the specified property value.
1395 * @return {ProtocolValue} property value
1398 var property = this.value_.properties[index];
1399 return this.packet_.lookup(property.ref);
1538 * This implementation simply runs through all string property names and adds
1539 * each property to the JSON representation for some predefined types. For type
1541 * function property "toJSONProtocol" in which case that is used. This is not
1583 // Add the property if relevant.