Searched refs:propertyB (Results 1 – 2 of 2) sorted by relevance
191 WebInspector.WatchExpressionsSection.CompareProperties = function(propertyA, propertyB) argument193 if (propertyA.watchIndex == propertyB.watchIndex)195 else if (propertyA.watchIndex < propertyB.watchIndex)
93 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB) argument96 var b = propertyB.name;