Searched refs:maxSkipStepInCount (Results 1 – 1 of 1) sorted by relevance
97 static const int maxSkipStepInCount = 20; variable579 …if (m_skippedStepInCount < maxSkipStepInCount && topFrame->isAtReturn() && scriptDebugServer().fra… in shouldSkipStepPause()580 m_skippedStepInCount = maxSkipStepInCount; in shouldSkipStepPause()582 if (m_skippedStepInCount >= maxSkipStepInCount) { in shouldSkipStepPause()