Searched refs:m_currentCallStack (Results 1 – 2 of 2) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| D | InspectorDebuggerAgent.cpp | 444 if (!isPaused() || m_currentCallStack.isEmpty()) { in getStepInPositions() 454 injectedScript.getStepInPositions(errorString, m_currentCallStack, callFrameId, positions); in getStepInPositions() 461 m_currentCallStack = scriptDebugServer().currentCallFrames(); in getBacktrace() 604 …setScriptSource(scriptId, newContent, previewOnly, error, errorData, &m_currentCallStack, &result)) in setScriptSource() 612 if (!isPaused() || m_currentCallStack.isEmpty()) { in restartFrame() 622 injectedScript.restartFrame(errorString, m_currentCallStack, callFrameId, &result); in restartFrame() 623 m_currentCallStack = scriptDebugServer().currentCallFrames(); in restartFrame() 846 if (!isPaused() || m_currentCallStack.isEmpty()) { in evaluateOnCallFrame() 873 …injectedScript.evaluateOnCallFrame(errorString, m_currentCallStack, asyncCallStacks, callFrameId, … in evaluateOnCallFrame() 961 if (!isPaused() || m_currentCallStack.isEmpty()) { in setVariableValue() [all …]
|
| D | InspectorDebuggerAgent.h | 231 ScriptValue m_currentCallStack; variable
|