Home | History | Annotate | Download | only in v8-v4

Lines Matching refs:fill

797 function sc_makeList(nbEls, fill) {
800 res = new sc_Pair(fill, res);
1293 var fill;
1295 fill = " ";
1297 fill = c;
1300 // every round doubles the size of fill.
1303 res = res.concat(fill);
1304 fill = fill.concat(fill);
1311 var fill;
1313 fill = c.val;
1315 fill = " ";
1316 return sc_makeJSStringOfLength(k, fill);
1370 function sc_makeVector(size, fill) {
1372 if (fill !== undefined)
1373 sc_vectorFillBang(a, fill);
1426 fill! array-fill!)) */
1427 function sc_vectorFillBang(a, fill) {
1429 a[i] = fill;
3392 /* there's no string-fill in the immutable version