Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h418 bool test_shell = false; variable
685 !options.test_shell; in use_interactive_shell()
Dd8.cc828 if (options.test_shell) { in ExecuteString()
4452 options.test_shell = true; in SetOptions()
4456 options.test_shell = false; in SetOptions()
/third_party/python/Lib/test/test_asyncio/
Dtest_subprocess.py153 def test_shell(self): member in SubprocessMixin