Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/v8-coverage/combined_coverage/
Dthird.test.js14 const tmpFilePath = join(process.env.NODE_TEST_TMPDIR, 'temp-module.js'); constant
15 writeFileSync(tmpFilePath, `
22 const tempModule = require(tmpFilePath);
25 unlinkSync(tmpFilePath);