Lines Matching full:source_text
269 function SourceUnderline(source_text, position) {270 if (!source_text) {279 if (source_text[i] == '\t') {288 return source_text + '\n' + underline;