Lines Matching refs:repl
6 const REPL = require('repl');
30 // Close the repl. Note that it must have a clean prompt to do so.
64 const emptyHiddenHistoryPath = fixtures.path('.empty-hidden-repl-history-file');
66 '.dev-null-repl-history-file');
216 const repl = REPL.start({
242 repl.setupHistory(historyFile, function(err, repl) {
248 repl.once('close', () => {
249 if (repl._flushing) {
250 repl.once('flushHistory', onClose);
270 repl.inputStream.run(test);