Searched defs:wait_for_connection (Results 1 - 3 of 3) sorted by relevance

/external/v8/samples/
H A Dlineprocessor.cc136 bool wait_for_connection = false; local
149 wait_for_connection = true;
215 v8::Debug::EnableAgent("lineprocessor", port_number, wait_for_connection);
/external/v8/src/
H A Ddebug.cc2491 bool wait_for_connection) {
2492 if (wait_for_connection) {
2490 StartAgent(const char* name, int port, bool wait_for_connection) argument
H A Dapi.cc3873 bool Debug::EnableAgent(const char* name, int port, bool wait_for_connection) { argument
3874 return i::Debugger::StartAgent(name, port, wait_for_connection);

Completed in 85 milliseconds