Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp195m_cachedSkipStackRegExp = compileSkipCallFramePattern(m_state->getString(DebuggerAgentState::skipS… in restore()
476 …if (m_cachedSkipStackRegExp && !topFrameScriptUrl.isEmpty() && m_cachedSkipStackRegExp->match(topF… in shouldSkipExceptionPause()
535 if (m_cachedSkipStackRegExp) { in shouldSkipStepPause()
537 if (!scriptUrl.isEmpty() && m_cachedSkipStackRegExp->match(scriptUrl) != -1) { in shouldSkipStepPause()
932 m_cachedSkipStackRegExp = compiled.release(); in skipStackFrames()
DInspectorDebuggerAgent.h227 OwnPtr<ScriptRegexp> m_cachedSkipStackRegExp; variable