Home | History | Annotate | Download | only in src

Lines Matching defs:ReadLine

811   global_template->Set(String::New("readline"),
812 FunctionTemplate::New(ReadLine));
1058 static char* ReadLine(char* data) {
1121 char* next_line = ReadLine(ptr);