Home
last modified time | relevance | path

Searched refs:propertyB (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DWatchExpressionsSidebarPane.js191 WebInspector.WatchExpressionsSection.CompareProperties = function(propertyA, propertyB) argument
193 if (propertyA.watchIndex == propertyB.watchIndex)
195 else if (propertyA.watchIndex < propertyB.watchIndex)
DObjectPropertiesSection.js93 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB) argument
96 var b = propertyB.name;