Lines Matching refs:enqueue
14 controller.enqueue('a');
15 controller.enqueue('b');
44 controller.enqueue('b');
107 rs.controller.enqueue('b');
125 controller.enqueue(unreadChunks.shift());
199 steps.waitThenAdvance(1).then(() => enqueue('a'));
200 steps.waitThenAdvance(3).then(() => enqueue('b'));
201 steps.waitThenAdvance(5).then(() => enqueue('c'));
202 steps.waitThenAdvance(7).then(() => enqueue('d'));
205 function enqueue(chunk) { function
206 controller.enqueue(chunk);