Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc846 m_maxCallStackSizeToCaptureMap.erase(agent); in setMaxCallStackSizeToCapture()
848 m_maxCallStackSizeToCaptureMap[agent] = size; in setMaxCallStackSizeToCapture()
866 if (m_maxCallStackSizeToCaptureMap.empty()) { in setMaxCallStackSizeToCapture()
872 for (auto const& pair : m_maxCallStackSizeToCaptureMap) { in setMaxCallStackSizeToCapture()
Dv8-debugger.h273 std::unordered_map<V8RuntimeAgentImpl*, int> m_maxCallStackSizeToCaptureMap; variable