Lines Matching refs:repl
7 const repl = require('internal/repl');
17 const globalTest = (useGlobal, cb, output) => (err, repl) => {
24 repl.write('global.lunch;\n');
25 repl.close();
45 const processTest = (useGlobal, cb, output) => (err, repl) => {
53 repl.write('let process;\n');
54 repl.write('21 * 2;\n');
55 repl.close();
77 repl.createInternalRepl(