Lines Matching defs:eventCount
375 this.getSampleWeight = function (eventCount) { argument
379 this.getSampleWeight = (eventCount) => '' + eventCount; argument
480 function getItem(name, eventCount, totalEventCount) { argument
1056 return function(eventCount, _) { argument
1062 return function(eventCount, totalCount) { argument
1068 return function(eventCount, totalCount) { argument
1074 return function(eventCount, _) { argument
1079 return function(eventCount, _) { argument
1185 _getWidthPercentage(eventCount) { argument
1479 this.showLines[i] = {eventCount: 0, subtreeEventCount: 0}; property
1483 addLineCount(lineNumber, eventCount, subtreeEventCount) { argument
1633 let item = {code: code, eventCount: 0, subtreeEventCount: 0}; property