Lines Matching defs:inspector
6 #error("This header can only be used when inspector is enabled")
24 namespace inspector {
57 // Returns true if the Node inspector is actually in use. It will be true
58 // if either the user explicitly opted into inspector (e.g. with the
59 // --inspect command line flag) or if inspector JS API had been used.
87 // Called to create inspector sessions that can be used from the same thread.
88 // The inspector responds by using the delegate to send messages back.
93 // Called from the worker to create inspector sessions that is connected
95 // The inspector responds by using the delegate to send messages back.
132 // pointer which is meant to store the actual host and port of the inspector
141 } // namespace inspector