Lines Matching refs:hdl
20 const hdl = as[0];
21 assert.strictEqual(hdl.type, 'ZLIB');
22 assert.strictEqual(typeof hdl.uid, 'number');
23 assert.strictEqual(typeof hdl.triggerAsyncId, 'number');
24 checkInvocations(hdl, { init: 1 }, 'when created handle');
44 checkInvocations(hdl, { init: 1 }, 'when initialized handle');
49 checkInvocations(hdl, { init: 1 }, 'when invoked write() on handle');
54 checkInvocations(hdl, { init: 1, before: 1 },
59 checkInvocations(hdl, { init: 1, before: 2, after: 1 },
71 checkInvocations(hdl, { init: 1, before: 2, after: 2 }, 'when process exits');