Home
last modified time | relevance | path

Searched refs:wait_for_connection (Results 1 – 5 of 5) sorted by relevance

/external/v8/samples/
Dlineprocessor.cc151 bool wait_for_connection = false; in RunMain() local
171 wait_for_connection = true; in RunMain()
232 v8::Debug::EnableAgent("lineprocessor", port_number, wait_for_connection); in RunMain()
/external/v8/include/
Dv8-debug.h339 bool wait_for_connection = false);
/external/v8/src/
Ddebug.h762 bool wait_for_connection = false);
Ddebug.cc2829 bool wait_for_connection) { in StartAgent() argument
2831 if (wait_for_connection) { in StartAgent()
Dapi.cc5074 bool Debug::EnableAgent(const char* name, int port, bool wait_for_connection) { in EnableAgent() argument
5076 wait_for_connection); in EnableAgent()