Home
last modified time | relevance | path

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

/third_party/node/test/pummel/
Dtest-fs-watch-file.js44 const filenameThree = 'charm'; // Because the third time is constant
104 fs.unwatchFile(filenameThree, b);
108 fs.watchFile(filenameThree, uncalledListener);
109 fs.watchFile(filenameThree, b);
110 fs.unwatchFile(filenameThree, uncalledListener);
114 fs.writeFileSync(filenameThree, 'pardner');