Home
last modified time | relevance | path

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

/third_party/node/test/async-hooks/
Dtest-late-hook-enable.js9 const fnsToTest = [setTimeout, (cb) => { variable
28 assert.strictEqual(fnsToTest.length, 0);
46 if (fnsToTest.length > 0) {
47 fnsToTest.shift()(common.mustCall(() => {