Home
last modified time | relevance | path

Searched refs:RuntimeAgent (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/inspector/
Druntime_agent.cc10 RuntimeAgent::RuntimeAgent() in RuntimeAgent() function in node::inspector::protocol::RuntimeAgent
13 void RuntimeAgent::Wire(UberDispatcher* dispatcher) { in Wire()
18 DispatchResponse RuntimeAgent::notifyWhenWaitingForDisconnect(bool enabled) { in notifyWhenWaitingForDisconnect()
23 bool RuntimeAgent::notifyWaitingForDisconnect() { in notifyWaitingForDisconnect()
Druntime_agent.h13 class RuntimeAgent : public NodeRuntime::Backend {
15 RuntimeAgent();
/third_party/node/src/
Dinspector_agent.cc230 runtime_agent_ = std::make_unique<protocol::RuntimeAgent>(); in ChannelImpl()
319 std::unique_ptr<protocol::RuntimeAgent> runtime_agent_;
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log9545 …/RemoteObject.js(586,26): error TS2694: Namespace 'Protocol' has no exported member 'RuntimeAgent'.