Home
last modified time | relevance | path

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

/external/v8/tools/
Dlogreader.js104 this.processLog_(chunk.split('\n'));
115 this.processLog_([line]);
120 this.processLog_(this.logLinesSinceLastTimerMarker_);
133 this.processLog_([line]);
222 LogReader.prototype.processLog_ = function(lines) { method in LogReader