Home | History | Annotate | Download | only in src

Lines Matching full:current_line

2176           var current_line = from_line + num;
2177 spacer = maxdigits - (1 + Math.floor(log10(current_line)));
2178 if (current_line == Debug.State.currentSourceLine + 1) {
2187 result += current_line + ': ';