Home | History | Annotate | Download | only in src

Lines Matching refs:LineEditor

126 LineEditor *LineEditor::current_ = NULL;
129 LineEditor::LineEditor(Type type, const char* name)
135 class DumbLineEditor: public LineEditor {
138 : LineEditor(LineEditor::DUMB, "dumb"), isolate_(isolate) { }
1016 LineEditor* line_editor = LineEditor::Get();
1190 LineEditor* console = LineEditor::Get();