Lines Matching refs:sourceBuf
446 var sourceBuf = [];456 sourceBuf.push(match.substring(9, match.length - 3));461 sourceBuf.push('\n');494 sourceBuf.push(literalText);499 return { source: sourceBuf.join(''), tags: extractedTags };