Home
last modified time | relevance | path

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

/third_party/node/test/async-hooks/
Dtest-zlib.zlib-binding.deflate.js47 handle.cb = common.mustCall(onwritten, 2);
51 function onwritten() { function
/third_party/node/lib/internal/repl/
Dhistory.js138 fs.write(repl._historyHandle, historyData, 0, 'utf8', onwritten);
141 function onwritten(err, data) { function