Lines Matching defs:push
30 // 3. push() after the EOF signaling null is an error.
47 assert(!pushedNull, '_read after null push');
50 push(!(chunks % 3));
52 function push(fast) {
53 assert(!pushedNull, 'push() after null push');
58 r.push(c);
63 r.push(c);
75 r.push(Buffer.allocUnsafe(1));
79 message: 'stream.push() after EOF'
87 written.push(chunk.toString());