Searched defs:ReadLineEditor (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dd8-readline.cc49 class ReadLineEditor: public LineEditor { class in namespace:v8
51 ReadLineEditor() : LineEditor(LineEditor::READLINE, "readline") { } function in class:v8::ReadLineEditor
67 static ReadLineEditor read_line_editor;
68 char ReadLineEditor::kWordBreakCharacters[] = {' ', '\t', '\n', '"',
73 const char* ReadLineEditor::kHistoryFileName = ".d8_history";
74 const int ReadLineEditor::kMaxHistoryEntries = 1000;
77 bool ReadLineEditor::Open() {
88 bool ReadLineEditor::Close() {
93 Handle<String> ReadLineEditor::Prompt(const char* prompt) {
108 void ReadLineEditor
[all...]

Completed in 1967 milliseconds