Lines Matching refs:push
26 const push = 'back';28 const expected = [unshift, push];34 readable.push(push);76 expected.push({ encoding, string: expect });92 // Both .push & .unshift should have the same behaviour102 readable.push(string);144 this.push(chunk);145 this.push(null);148 if (!this.push(chunk))