Home
last modified time | relevance | path

Searched refs:interactive_shell (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dd8.h294 interactive_shell(false), in ShellOptions()
315 return (interactive_shell || !script_executed) && !test_shell; in use_interactive_shell()
325 bool interactive_shell; variable
Dd8.cc2430 options.interactive_shell = true; in SetOptions()