Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp97 static const int maxSkipStepInCount = 20; variable
579 …if (m_skippedStepInCount < maxSkipStepInCount && topFrame->isAtReturn() && scriptDebugServer().fra… in shouldSkipStepPause()
580 m_skippedStepInCount = maxSkipStepInCount; in shouldSkipStepPause()
582 if (m_skippedStepInCount >= maxSkipStepInCount) { in shouldSkipStepPause()