Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h337 interactive_shell(false), in ShellOptions()
368 bool interactive_shell; variable
536 return (options.interactive_shell || !script_executed_.load()) && in use_interactive_shell()
Dd8.cc2801 options.interactive_shell = true; in SetOptions()
/external/scapy/scapy/
Dmain.py477 if not conf.interactive_shell or conf.interactive_shell.lower() in [
Dconfig.py383 interactive_shell = "" variable in Conf