Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h284 test_shell(false), in ShellOptions()
300 return (interactive_shell || !script_executed) && !test_shell; in use_interactive_shell()
311 bool test_shell; variable
Dd8.cc406 if (options.test_shell) { in ExecuteString()
1923 options.test_shell = true; in SetOptions()
1927 options.test_shell = false; in SetOptions()