Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-impl.cc82 V8RuntimeAgentImpl* agent = session ? session->runtimeAgent() : nullptr; in enabledRuntimeAgentForGroup()
257 sessionIt->second->runtimeAgent()->reportExecutionContextCreated(context); in contextCreated()
274 iter->second->runtimeAgent()->reportExecutionContextDestroyed( in contextDestroyed()
Dv8-inspector-session-impl.h44 V8RuntimeAgentImpl* runtimeAgent() { return m_runtimeAgent.get(); } in runtimeAgent() function
Dv8-console-message.cc470 session->runtimeAgent()->messageAdded(message.get()); in addMessage()
Dv8-console.cc639 session->runtimeAgent()->inspect(std::move(wrappedObject), in inspectImpl()