Lines Matching +refs:current +refs:line
83 var current = 0;
85 var line;
88 while (current < end) {
89 next = string.indexOf("\n", current);
92 line = string.substring(current, next);
93 current = next + 1;
94 this.processLogLine(line);
101 var line;
102 while (line = readline()) {
103 this.processLogLine(line);
154 type, pc, line, column, old_state, new_state, map, name, modifier, argument
159 this.formatName(entry) + ":" + line + ":" + column + " " + name +