Lines Matching refs:method
30 for (const method of [
40 const comp = zlib[method[0]]();
44 `Should get write size on ${method[0]} data.`);
48 `Should get write size on ${method[0]} end.`);
50 `Should get data size on ${method[0]} end.`);
56 const decomp = zlib[method[1]]();
60 `Should get write size on ${method[0]}/` +
61 `${method[1]} data.`);
65 `Should get compressed size on ${method[0]}/` +
66 `${method[1]} end.`);
68 `Should get original string on ${method[0]}/` +
69 `${method[1]} end.`);
75 if (method[2]) {
81 const decomp = zlib[method[1]]();
85 `Should get write size on ${method[0]}/` +
86 `${method[1]} data.`);
90 `Should get compressed size on ${method[0]}/` +
91 `${method[1]} end.`);
95 `Should get original string on ${method[0]}/` +
96 `${method[1]} end.`);