Lines Matching refs:out
691 var out = [], str, name, value;699 out.push("DECLARE " + name + " = " + value);718 out.push(str);722 return out.join("\n");1042 var out = [];1054 out.push(copies);1056 out.push('');1060 out.push(", buffer = " + this.initializeBuffer());1062 out.push("");1068 this.source = out;