Lines Matching refs:repl
7 const REPL = require('internal/repl');
28 // Close the repl. Note that it must have a clean prompt to do so.
68 'repl.repl.historyIndex', ENTER,
246 'repl.repl.historyIndex\nbck-i-search: re_', '\x1B[1A', '\x1B[8G',
248 'repl.repl.historyIndex', '\x1B[8G',
252 `${prompt}repl.repl.historyIndex`, '\x1B[25G', '\n// 8',
257 'repl.repl.historyIndex',
330 }, function(err, repl) {
336 repl.once('close', () => {
351 Object.defineProperty(repl, 'columns', {
356 repl.inputStream.run(opts.test);