Lines Matching refs:inc
43 function inc() { i++; }
47 q = new Y.Queue(inc, inc, "string", inc);
525 function inc() { ++results; }
531 inc, // -1 == sync
532 { fn: inc }, // -1 == sync
533 { fn: inc, timeout: 10, iterations: 4 },
534 { fn: inc, timeout: -300, iterations: 4 }, // neg == sync
536 { fn: inc, timeout: 'a',
796 function inc () { i++; }
799 q = new Y.AsyncQueue(inc,inc,
802 fn: inc,
806 fn: inc,
822 q = new Y.AsyncQueue(inc, inc, inc, inc, inc, inc, inc, inc, inc, inc);