HomeSort by relevance Sort by last modified time
    Searched refs:READLINE (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
d8-readline.cc 7 #include <readline/readline.h> // NOLINT
8 #include <readline/history.h> // NOLINT
10 // The readline includes leaves RETURN defined which breaks V8 compilation.
16 // implementations of readline. This smooths out one known incompatibility.
27 ReadLineEditor() : LineEditor(LineEditor::READLINE, "readline") { }
64 // http://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC24
85 result = readline(prompt)
    [all...]
d8.h 99 enum Type { DUMB = 0, READLINE = 1 };
308 static void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) {

Completed in 50 milliseconds