Searched refs:setupHistory (Results 1 – 7 of 7) sorted by relevance
26 module.exports = setupHistory;33 function setupHistory(repl, historyPath, ready) { function
6 r.setupHistory('/nonexistent/file', common.mustSucceed());
242 repl.setupHistory(historyFile, function(err, repl) {
53 repl.setupHistory(term ? env.NODE_REPL_HISTORY : '', cb);
1075 REPLServer.prototype.setupHistory = function setupHistory(historyFile, cb) { method in REPLServer
553 ### `replServer.setupHistory(historyPath, callback)`
868 …* Added `repl.setupHistory` for programmatic repl. [#25895](https://github.com/nodejs/node/pull/25…959 …dejs/node/commit/4c22d6eaa1)] - **(SEMVER-MINOR)** **repl**: add repl.setupHistory for programmati…