Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h206 test_shell(false), in ShellOptions()
222 return (interactive_shell || !script_executed) && !test_shell; in use_interactive_shell()
232 bool test_shell; variable
Dd8.cc253 if (options.test_shell) { in ExecuteString()
949 if (options.test_shell) return; in InitializeDebugger()
1327 options.test_shell = true; in SetOptions()