Home
last modified time | relevance | path

Searched refs:processwrap (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/async-hooks/
Dtest-pipewrap.js32 const processwrap = processes[0]; constant
37 assert.strictEqual(processwrap.type, 'PROCESSWRAP');
38 assert.strictEqual(processwrap.triggerAsyncId, 1);
39 checkInvocations(processwrap, { init: 1 },
49 checkInvocations(processwrap, { init: 1, before: 1 },
56 processwrap,
70 processwrap,