Home | History | Annotate | Download | only in tools

Lines Matching refs:Function

40 function LogReader(dispatchTable) {
65 LogReader.prototype.printError = function(str) {
75 LogReader.prototype.processLogChunk = function(chunk) {
85 LogReader.prototype.processLogLine = function(line) {
94 * @param {number} func JS Function.
98 LogReader.prototype.processStack = function(pc, func, stack) {
123 LogReader.prototype.skipDispatch = function(dispatch) {
134 LogReader.prototype.dispatchLogRow_ = function(fields) {
152 } else if (typeof parser == 'function') {
172 LogReader.prototype.processLog_ = function(lines) {