Home
last modified time | relevance | path

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

/third_party/node/lib/internal/repl/
Dhistory.js26 module.exports = setupHistory;
33 function setupHistory(repl, historyPath, ready) { function
/third_party/node/test/parallel/
Dtest-repl-no-terminal.js6 r.setupHistory('/nonexistent/file', common.mustSucceed());
Dtest-repl-programmatic-history.js242 repl.setupHistory(historyFile, function(err, repl) {
/third_party/node/lib/internal/
Drepl.js53 repl.setupHistory(term ? env.NODE_REPL_HISTORY : '', cb);
/third_party/node/lib/
Drepl.js1075 REPLServer.prototype.setupHistory = function setupHistory(historyFile, cb) { method in REPLServer
/third_party/node/doc/api/
Drepl.md553 ### `replServer.setupHistory(historyPath, callback)`
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md868 …* 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…