Home
last modified time | relevance | path

Searched refs:REPLServer (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-repl-colors.js7 const { REPLServer } = require('repl');
21 const repl = new REPLServer({ input: inout, output: inout, useColors: true });
23 const repl2 = new REPLServer({ input: inout, output: inout });
H A Dtest-repl-preview.js6 const { REPLServer } = require('repl');
60 const repl = REPLServer({
/third_party/node/lib/
H A Drepl.js258 function REPLServer(prompt, class
264 if (!(this instanceof REPLServer)) {
265 return new REPLServer(prompt,
1065 ObjectSetPrototypeOf(REPLServer.prototype, Interface.prototype);
1066 ObjectSetPrototypeOf(REPLServer, Interface);
1071 return new REPLServer(
1075 REPLServer.prototype.setupHistory = function setupHistory(historyFile, cb) {
1079 REPLServer.prototype.clearBufferedCommand = function clearBufferedCommand() {
1083 REPLServer.prototype.close = function close() {
1097 REPLServer
[all...]

Completed in 3 milliseconds