Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h254 std::unordered_map<V8DebuggerAgentImpl*, int> m_maxAsyncCallStackDepthMap; variable
Dv8-debugger.cc835 m_maxAsyncCallStackDepthMap.erase(agent); in setAsyncCallStackDepth()
837 m_maxAsyncCallStackDepthMap[agent] = depth; in setAsyncCallStackDepth()
840 for (const auto& pair : m_maxAsyncCallStackDepthMap) { in setAsyncCallStackDepth()