Searched refs:interactivePrompt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A Djsc.cpp157 static const char interactivePrompt[] = ">>> "; variable
645 char* line = readline(source.isEmpty() ? interactivePrompt : "... ");
666 printf("%s", interactivePrompt);

Completed in 223 milliseconds