Home | History | Annotate | Download | only in profiler

Lines Matching full:fieldnames

61  * @param {!Array.<string>} fieldNames
64 WebInspector.HeapSnapshotGridNode.createComparator = function(fieldNames)
66 return /** @type {!WebInspector.HeapSnapshotCommon.ComparatorConfig} */ ({fieldName1: fieldNames[0], ascending1: fieldNames[1], fieldName2: fieldNames[2], ascending2: fieldNames[3]});