v8::LineEditorを継承しています。
Public メソッド | |
| ReadLineEditor () | |
| virtual i::SmartPointer< char > | Prompt (const char *prompt) |
| virtual bool | Open () |
| virtual bool | Close () |
| virtual void | AddHistory (const char *str) |
Static Private メソッド | |
| static char ** | AttemptedCompletion (const char *text, int start, int end) |
| static char * | CompletionGenerator (const char *text, int state) |
Static Private 変数 | |
| static char | kWordBreakCharacters [] |
d8-readline.cc の 37 行で定義されています。
| v8::ReadLineEditor::ReadLineEditor | ( | ) | [inline] |
d8-readline.cc の 36 行で定義されています。
| void v8::ReadLineEditor::AddHistory | ( | const char * | str | ) | [virtual] |
v8::LineEditorを再定義しています。
d8-readline.cc の 78 行で定義されています。
| char ** v8::ReadLineEditor::AttemptedCompletion | ( | const char * | text, | |
| int | start, | |||
| int | end | |||
| ) | [static, private] |
d8-readline.cc の 83 行で定義されています。
| bool v8::ReadLineEditor::Close | ( | ) | [virtual] |
| char * v8::ReadLineEditor::CompletionGenerator | ( | const char * | text, | |
| int | state | |||
| ) | [static, private] |
| bool v8::ReadLineEditor::Open | ( | ) | [virtual] |
v8::LineEditorを再定義しています。
d8-readline.cc の 57 行で定義されています。
| i::SmartPointer< char > v8::ReadLineEditor::Prompt | ( | const char * | prompt | ) | [virtual] |
v8::LineEditorを実装しています。
d8-readline.cc の 72 行で定義されています。
char v8::ReadLineEditor::kWordBreakCharacters [static, private] |
{' ', '\t', '\n', '"',
'\\', '\'', '`', '@', '.', '>', '<', '=', ';', '|', '&', '{', '(',
'\0'}
d8-readline.cc の 44 行で定義されています。
参照元 Open().
1.7.1