Home
last modified time | relevance | path

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

/third_party/node/test/async-hooks/
Dtest-enable-disable.js182 let hook1Second, hook2Second, hook3Second; variable
203 hook2Second = as2[0];
209 assert.strictEqual(hook2Second.uid, hook3Second.uid);
223 checkInvocations(hook2Second, { init: 1, before: 1 },
259 checkInvocations(hook2Second, { init: 1, before: 1, after: 1, destroy: 1 },