Lines Matching refs:repl
5 const repl = require('repl');
13 const r = repl.start({
24 // Ensure that the repl context gets its own "console" instance.
27 // Ensure that the repl console instance is not the global one.
36 // Ensure that the repl context gets its own "console" instance.
39 // Ensure that the repl's global property is the context.
42 // Ensure that the repl console instance is writable.
49 const server = repl.start({ input: stream, output: stream });
54 // An assignment to '_' in the repl server