Home
last modified time | relevance | path

Searched refs:wait_for_connect (Results 1 - 6 of 6) sorted by relevance

/third_party/node/src/inspector/
H A Dworker_inspector.cc62 bool wait_for_connect, in ParentInspectorHandle()
67 wait_(wait_for_connect), in ParentInspectorHandle()
58 ParentInspectorHandle( uint64_t id, const std::string& url, std::shared_ptr<MainThreadHandle> parent_thread, bool wait_for_connect, const std::string& name) ParentInspectorHandle() argument
H A Dworker_inspector.h59 bool wait_for_connect,
/third_party/node/src/
H A Dinspector_agent.cc732 bool wait_for_connect = options.wait_for_connect(); in Start() local
734 wait_for_connect = parent_handle_->WaitForConnect(); in Start()
735 parent_handle_->WorkerStarted(client_->getThreadHandle(), wait_for_connect); in Start()
743 if (wait_for_connect) { in Start()
H A Djs_native_api_v8_inspector.h76 bool wait_for_connect);
H A Dnode_options.h104 bool wait_for_connect() const { in wait_for_connect() function in node::DebugOptions
H A Djs_native_api_v8_inspector.cc1296 bool wait_for_connect) { in Start()
1307 if (wait_for_connect) { in Start()
1293 Start(const std::string& path, std::shared_ptr<ExclusiveAccess<HostPort>> host_port, bool is_main, bool wait_for_connect) Start() argument

Completed in 7 milliseconds