Searched refs:maxStackDepthLimit (Results 1 – 1 of 1) sorted by relevance
64 const unsigned maxStackDepthLimit = 32; variable133 if (m_visitedArrays.size() > maxStackDepthLimit) return false; in append()