Lines Matching +refs:current +refs:line
109 var line = text.substring(begin, end);
111 if (separatorFilter.exec(line) != null) {
121 if (codeEndFinder.exec(line) != null) {
132 matches = instructionBeginFinder.exec(line);
138 matches = instructionFinder.exec(line);
145 var matches = kindFinder.exec(line);
153 matches = nameFinder.exec(line);
159 } else if (rawSourceFilter.exec(line) != null) {
163 var matches = firstPositionFinder.exec(line);
217 var line = findSourceLine(position);
218 sourceLine = document.getElementById('source-line-' + line);
329 var line = 0;
332 line++;
337 return line;
355 var current = sourceLineContainer.firstChild;
357 current.id = "source-line-" + i;
358 current = current.nextElementSibling;