Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
H A Dgrokdump.py53 PORT_NUMBER = 8081 variable
4011 help="start a web server on localhost:%i" % PORT_NUMBER)
4027 server = InspectionWebServer(PORT_NUMBER, options, args[0])
4028 print('Started httpserver on port ' , PORT_NUMBER)
4029 webbrowser.open('http://localhost:%i/summary.html' % PORT_NUMBER)

Completed in 8 milliseconds