Lines Matching full:path
10 const path = require('path');
14 const blobPath = path.join(tmpdir.path, 'snapshot.blob');
27 cwd: tmpdir.path
34 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
45 cwd: tmpdir.path,
59 runTest(fixtures.path('snapshot', 'weak-reference.js'));
60 runTest(fixtures.path('snapshot', 'weak-reference-gc.js'));