Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h172 protocol::HashMap<V8DebuggerAgentImpl*, int> m_maxAsyncCallStackDepthMap; variable
Dv8-debugger.cc815 m_maxAsyncCallStackDepthMap.erase(agent); in setAsyncCallStackDepth()
817 m_maxAsyncCallStackDepthMap[agent] = depth; in setAsyncCallStackDepth()
820 for (const auto& pair : m_maxAsyncCallStackDepthMap) { in setAsyncCallStackDepth()