V8 Project
|
Public Member Functions | |
DumbLineEditor (Isolate *isolate) | |
virtual Handle< String > | Prompt (const char *prompt) |
![]() | |
LineEditor (Type type, const char *name) | |
virtual | ~LineEditor () |
virtual bool | Open (Isolate *isolate) |
virtual bool | Close () |
virtual void | AddHistory (const char *str) |
const char * | name () |
Private Attributes | |
Isolate * | isolate_ |
Additional Inherited Members | |
![]() | |
enum | Type { DUMB = 0 , READLINE = 1 } |
![]() | |
static LineEditor * | Get () |
|
inlineexplicit |
Implements v8::LineEditor.
Definition at line 136 of file d8.cc.
References isolate_, and v8::Shell::ReadFromStdin().
|
private |