Home
last modified time | relevance | path

Searched refs:setPrompt (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-uncaught-exception-evalcallback.js12 r.setPrompt('prompt! ');
Dtest-readline-promises-interface.js987 rli.setPrompt('ddd> ');
1001 rli.setPrompt(prompt);
Dtest-readline-interface.js1187 rli.setPrompt('ddd> ');
1201 rli.setPrompt(prompt);
/third_party/node/lib/internal/readline/
Dinterface.js240 this.setPrompt(prompt);
365 setPrompt(prompt) { method in Interface
410 this.setPrompt(query);
420 this.setPrompt(this[kOldPrompt]);
434 this.setPrompt(this[kOldPrompt]);
/third_party/node/deps/npm/node_modules/read/lib/
Dread.js43 rl.setPrompt(prompt)
/third_party/node/lib/
Drepl.js1202 ReflectApply(Interface.prototype.setPrompt, this, [prompt]);
1207 REPLServer.prototype.setPrompt = function setPrompt(prompt) { method in REPLServer
1209 ReflectApply(Interface.prototype.setPrompt, this, [prompt]);
1731 ReflectApply(Interface.prototype.setPrompt, repl, ['']);
1736 repl.setPrompt(repl._initialPrompt);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h106 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt() function
/third_party/node/lib/internal/debugger/
Dinspect_repl.js1119 repl.setPrompt('debug> ');
1142 repl.setPrompt('> ');
/third_party/node/doc/api/
Dreadline.md369 ### `rl.setPrompt(prompt)`
377 The `rl.setPrompt()` method sets the prompt that will be written to `output`
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md250 * repl: proper `setPrompt()` and `multiline` support (Fedor Indutny)