Searched refs:wait_for_connection (Results 1 – 5 of 5) sorted by relevance
151 bool wait_for_connection = false; in RunMain() local171 wait_for_connection = true; in RunMain()232 v8::Debug::EnableAgent("lineprocessor", port_number, wait_for_connection); in RunMain()
339 bool wait_for_connection = false);
762 bool wait_for_connection = false);
2829 bool wait_for_connection) { in StartAgent() argument2831 if (wait_for_connection) { in StartAgent()
5074 bool Debug::EnableAgent(const char* name, int port, bool wait_for_connection) { in EnableAgent() argument5076 wait_for_connection); in EnableAgent()