Home
last modified time | relevance | path

Searched refs:notify_when_waiting_for_disconnect_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/inspector/
Druntime_agent.cc11 : notify_when_waiting_for_disconnect_(false) {} in RuntimeAgent()
19 notify_when_waiting_for_disconnect_ = enabled; in notifyWhenWaitingForDisconnect()
24 if (notify_when_waiting_for_disconnect_) { in notifyWaitingForDisconnect()
Druntime_agent.h25 bool notify_when_waiting_for_disconnect_; variable