Lines Matching refs:tmp
146 var tmp = [];
148 tmp[loop] = func(this[loop]);
150 return tmp;
162 var tmp = [];
164 if( tmp.indexOf(this[i]) < 0 ) tmp[tmp.length] = this[i];
166 return tmp;
186 var tmp = [];
190 if (false===idx) tmp[tmp.length] = this[i];
193 if (false===idx || idx.hasOwnProperty(k)) tmp[tmp.length] = this[i][k];
197 return tmp;
220 var tmp = []
227 tmp[cnt] = mn;
230 return inc>0?tmp:tmp.reverse();