Searched refs:withHost (Results 1 – 1 of 1) sorted by relevance
23 const withHost = new URL('file://host/a'); constant26 assert.strictEqual(url.fileURLToPath(withHost), '\\\\host\\a');28 assert.throws(() => url.fileURLToPath(withHost), {