Lines Matching refs:checkInvocations
7 const { checkInvocations } = require('./hook-checks');
49 checkInvocations(a, { init: 1 }, 'after net.connect');
70 checkInvocations(pipeserver, { init: 1, before: 1, after: 1 },
72 checkInvocations(pipe1, { init: 1 }, 'pipe1, client connected');
73 checkInvocations(pipeconnect, { init: 1, before: 1 },
75 checkInvocations(pipe2, { init: 1 }, 'pipe2, client connected');
87 checkInvocations(pipeserver, { init: 1, before: 1, after: 1, destroy: 1 },
89 checkInvocations(pipe1, { init: 1, before: 2, after: 2, destroy: 1 },
91 checkInvocations(pipeconnect, { init: 1, before: 1, after: 1, destroy: 1 },
93 checkInvocations(pipe2, { init: 1, before: 2, after: 2, destroy: 1 },