Searched refs:m_currentCallFrame (Results 1 – 3 of 3) sorted by relevance
233 JSValue result = m_currentCallFrame->evaluate(info->condition(), exception); in hasBreakpoint()238 return result.toBoolean(m_currentCallFrame->scopeChain()->globalObject->globalExec()); in hasBreakpoint()285 m_pauseOnCallFrame = m_currentCallFrame.get(); in stepOverStatement()294 m_pauseOnCallFrame = m_currentCallFrame ? m_currentCallFrame->caller() : 0; in stepOutOfFunction()302 return m_currentCallFrame.get(); in currentCallFrame()335 if (m_currentCallFrame && m_currentCallFrame->dynamicGlobalObject() == globalObject) { in detach()336 m_currentCallFrame = 0; in detach()476 pauseNow |= (m_pauseOnCallFrame == m_currentCallFrame); in pauseIfNeeded()477 …pauseNow |= (m_currentCallFrame->line() > 0 && hasBreakpoint(m_currentCallFrame->sourceID(), m_cur… in pauseIfNeeded()508 …m_currentCallFrame = JavaScriptCallFrame::create(debuggerCallFrame, m_currentCallFrame, sourceID, … in callEvent()[all …]
149 RefPtr<JavaScriptCallFrame> m_currentCallFrame; variable
20408 Call pauseIfNeeded before setting m_currentCallFrame to the caller.21035 (WebCore::JavaScriptDebugServer::currentCallFrame): Returns m_currentCallFrame if paused.