Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console-message.cc65 const unsigned maxStackDepthLimit = 32; variable
135 if (m_visitedArrays.size() > maxStackDepthLimit) return false; in append()