|
V8 Project
|
Inheritance diagram for v8::DumbLineEditor:
Collaboration diagram for v8::DumbLineEditor:Public Member Functions | |
| DumbLineEditor (Isolate *isolate) | |
| virtual Handle< String > | Prompt (const char *prompt) |
Public Member Functions inherited from v8::LineEditor | |
| 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 | |
Public Types inherited from v8::LineEditor | |
| enum | Type { DUMB = 0 , READLINE = 1 } |
Static Public Member Functions inherited from v8::LineEditor | |
| static LineEditor * | Get () |
|
inlineexplicit |
Implements v8::LineEditor.
Definition at line 136 of file d8.cc.
References isolate_, and v8::Shell::ReadFromStdin().
Here is the call graph for this function:
|
private |