Searched refs:m_skipStepInCount (Results 1 – 2 of 2) sorted by relevance
108 , m_skipStepInCount(numberOfStepsBeforeStepOut) in InspectorDebuggerAgent()538 if (m_skipStepInCount > 0) { in shouldSkipStepPause()539 --m_skipStepInCount; in shouldSkipStepPause()1066 m_skipStepInCount = numberOfStepsBeforeStepOut; in didPause()
225 int m_skipStepInCount; variable