Lines Matching refs:tty
27 const tty = activities[0];
28 assert.strictEqual(tty.type, 'TTYWRAP');
29 assert.strictEqual(typeof tty.uid, 'number');
30 assert.strictEqual(typeof tty.triggerAsyncId, 'number');
31 checkInvocations(tty, checkInitOpts, 'when tty created');
34 checkInvocations(tty, checkEndedOpts, 'when tty ended');
41 checkInvocations(tty, checkInitOpts, 'when tty.end() was invoked');
46 checkInvocations(tty, checkEndedOpts, 'when process exits');