Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dinspector_socket_server.cc392 std::ostringstream frontend_url; in GetFrontendURL() local
393 frontend_url << "devtools://devtools/bundled/"; in GetFrontendURL()
394 frontend_url << (is_compat ? "inspector" : "js_app"); in GetFrontendURL()
395 frontend_url << ".html?v8only=true&ws="; in GetFrontendURL()
396 frontend_url << formatted_address; in GetFrontendURL()
397 return frontend_url.str(); in GetFrontendURL()

Completed in 2 milliseconds